The following document contains the results of Checkstyle 10.5.1-SNAPSHOT with /home/nick/development/contribution/checkstyle-tester/split-check-files/sevntu-check-regression_part_2.xml ruleset. 
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 104 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 138 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 257 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 318 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 340 position 61 need optimization. All method calls are advised to move to end of logic expression. | 340 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 341 position 8 need optimization. All method calls are advised to move to end of logic expression. | 341 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 383 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 391 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 397 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 429 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 442 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 449 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 458 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 466 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "Should not contain key " appears 2 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 349 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 554 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 64 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 68 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 99 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 122 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 141 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 163 | |
| extension | ReturnCountExtended | Return count for 'matches' method is 5 (max allowed is 1). | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Not true that " appears 4 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String " is empty" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "contents were not equal and in the same order: " appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "expected = " appears 3 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String ", actual = " appears 3 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 4 times in the file. | 139 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 187 | |
| extension | MultipleStringLiteralsExtended | The String ".compare(" appears 3 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 3 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String ".compareTo(" appears 3 times in the file. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 414 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 421 | |
| extension | ReturnCountExtended | Return count for 'compare' method is 5 (max allowed is 1). | 464 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 522 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 102 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 118 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | MultipleStringLiteralsExtended | The String "Expected UnsupportedOperationException." appears 21 times in the file. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 356 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | RedundantReturn | Redundant return. | 377 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 419 | |
| extension | RedundantReturn | Redundant return. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 446 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalStateException." appears 2 times in the file. | 476 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 502 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 529 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 533 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 538 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 556 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 560 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 565 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 592 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 594 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 596 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 613 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 615 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 620 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 649 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 654 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException." appears 2 times in the file. | 677 | |
| extension | MultipleStringLiteralsExtended | The String "Expected UnsupportedOperationException or NullPointerException." appears 4 times in the file. | 683 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 702 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 707 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 756 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 810 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 834 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 849 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 851 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 869 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 887 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 901 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 903 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 990 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 991 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1019 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1020 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1048 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1049 | |
| extension | MultipleStringLiteralsExtended | The String "Expected RuntimeException" appears 3 times in the file. | 1053 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1054 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1077 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1078 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1084 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1109 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1166 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1192 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1268 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1316 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1397 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1475 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1478 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1500 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1503 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1554 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1557 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1606 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 46 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 64 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 65 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RedundantReturn | Redundant return. | 63 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 65 position 23 need optimization. All method calls are advised to move to end of logic expression. | 65 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 92 position 23 need optimization. All method calls are advised to move to end of logic expression. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 115 position 23 need optimization. All method calls are advised to move to end of logic expression. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "below view" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "above view" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "absent" appears 3 times in the file. | 183 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "present" appears 2 times in the file. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected ConcurrentModificationException" appears 4 times in the file. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "f" appears 3 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 3 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException" appears 2 times in the file. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException" appears 2 times in the file. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException" appears 2 times in the file. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "Expected UnsupportedOperationException" appears 2 times in the file. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 259 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 492 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "old count" appears 3 times in the file. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "multiset contains element after removing its entry" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "multiset.entrySet.remove(missingEntry) returned true" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "multiset didn't contain element after removing a missing entry" appears 2 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 4 times in the file. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 446 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 449 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 450 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 453 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "multiset.entrySet() has incorrect hash code" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "multiset has incorrect hash code" appears 2 times in the file. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "multiset.remove(present, 2) didn't return the old count" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "multiset contains present after multiset.remove(present, 2)" appears 3 times in the file. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "setCount() with a too-small oldCount should return false" appears 2 times in the file. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "zzz" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "zzy" appears 2 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "\0" appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "\0\0" appears 2 times in the file. | 160 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 379 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | MoveVariableInsideIf | Variable 'firstExclusive' can be moved inside the block at line '200' to restrict runtime creation. | 178 | |
| extension | MoveVariableInsideIf | Variable 'lastExclusive' can be moved inside the block at line '206' to restrict runtime creation. | 179 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 190 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "January" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "February" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "March" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "April" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "May" appears 2 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "January" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "February" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "March" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "April" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "May" appears 2 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "index " appears 3 times in the file. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "(notPresent) should return -1" appears 2 times in the file. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "should contain " appears 2 times in the file. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "contains(notPresent) should return false" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "removeAll(intersectingCollection) should return true" appears 2 times in the file. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "UnsupportedOperationException" appears 2 times in the file. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "remove(present) should decrease a collection's size by one." appears 2 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "toArray(emptyT[]) should return an array of type T" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "toArray(emptyT[]).length:" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "toArray(sameSizeE[]) should return the given array" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "toArray(sameSizeObject[]) should return the given array" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "toArray(overSizedE[]) should return the given array" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "The array element immediately following the end of the collection should be nulled" appears 2 times in the file. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "addAll(n, allPresent) should return true" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "addAll(n, allPresent) should throw" appears 2 times in the file. | 57 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Two Lists should not be equal if exactly one of them has null at a given index." appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Lists of different sizes should not be equal." appears 2 times in the file. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "A set() call to a list after a sublist has been created " appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "should be reflected in the sublist" appears 2 times in the file. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ConcurrentModificationException" appears 3 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "containsKey(notPresent) should return false" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "containsValue(notPresent) should return false" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "entry.setValue() should return the old value" appears 2 times in the file. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A Map should equal any other Map containing the same entries," appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Maps of different sizes should not be equal." appears 2 times in the file. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "get(notPresent) should return null" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected ConcurrentModificationException" appears 3 times in the file. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "remove(present) should decrease a map's size by one." appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ConcurrentModificationException" appears 3 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Sets of different sizes should not be equal." appears 2 times in the file. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 41 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testEqualsAndSerializable" appears 2 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "testEqualsAndSerialization" appears 2 times in the file. | 137 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 204 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 213 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 246 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 248 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 286 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 288 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 192 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 295 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 335 | |
| extension | ReturnCountExtended | Return count for 'get' method is 8 (max allowed is 1). | 342 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 374 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 518 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 194 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 286 | |
| extension | ReturnCountExtended | Return count for 'instantiate' method is 3 (max allowed is 1). | 338 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 353 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "Serialization failed on return value of " appears 2 times in the file. | 500 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 502 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 532 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 538 | |
| extension | MultipleStringLiteralsExtended | The String " of " appears 2 times in the file. | 785 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 82 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 117 | |
| extension | MultipleStringLiteralsExtended | The String " not forwarded" appears 2 times in the file. | 208 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'generate' method is 7 (max allowed is 1). | 202 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 276 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 277 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 511 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 157 | |
| extension | FinalizeImplementation | finalize() method should contain try-finally block with super.finalize() call inside finally block. | 227 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 301 | |
| extension | FinalizeImplementation | finalize() method should contain try-finally block with super.finalize() call inside finally block. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 366 | |
| extension | MoveVariableInsideIf | Variable 'param' can be moved inside the block at line '378' to restrict runtime creation. | 377 | |
| extension | ReturnCountExtended | Return count for 'getDefaultValue' method is 7 (max allowed is 1). | 390 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 476 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "unit must not be null!" appears 7 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "task must not be null!" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "tasks must not be null!" appears 4 times in the file. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "yam" appears 2 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 28 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 17 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 13 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 3 times in the file. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 143 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 158 | |
| extension | ForbidThrowAnonymousExceptions | Avoid throwing anonymous exception. | 271 | |
| extension | ForbidThrowAnonymousExceptions | Avoid throwing anonymous exception. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 2 times in the file. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "testRequiringTwoExplicitDerivedFeatures" appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ConflictingRequirementsException" appears 2 times in the file. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testNotThere" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "testPublic" appears 2 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 269 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 405 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 437 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 441 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 485 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "should have failed" appears 13 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "good" appears 4 times in the file. | 591 | |
| extension | MultipleStringLiteralsExtended | The String "x1" appears 2 times in the file. | 643 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 733 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 765 position 32 need optimization. All method calls are advised to move to end of logic expression. | 765 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 779 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 1111 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 1117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should fail on null equal object" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String " [group 1, item 2]" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "Should get not equal to equal object error" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String ") of " appears 2 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 9 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 10 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 6 times in the file. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "should failed because transitivity is broken" appears 2 times in the file. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 3 times in the file. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "TestObject{group=1, item=2} [group 1, item 2] must be equivalent to " appears 2 times in the file. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 6 times in the file. | 452 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 452 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | FinalizeImplementation | finalize() method should contain try-finally block with super.finalize() call inside finally block. | 46 | |
| extension | FinalizeImplementation | finalize() method should contain try-finally block with super.finalize() call inside finally block. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | FinalizeImplementation | finalize() method should contain try-finally block with super.finalize() call inside finally block. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 138 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "should throw" appears 4 times in the file. | 149 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 150 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 159 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 166 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 175 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 178 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 182 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 191 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 202 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 216 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 219 | |
| extension | FinalizeImplementation | finalize() method should contain try-finally block with super.finalize() call inside finally block. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "staticOneArgThrowsOtherThanNpe" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "staticOneArgShouldThrowNpeButDoesnt" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Should not have flagged method " appears 2 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "Should report error in method " appears 2 times in the file. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "index 0" appears 2 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "[null]" appears 2 times in the file. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "Should detect problem in " appears 3 times in the file. | 855 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1141 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1335 | |
| extension | MultipleStringLiteralsExtended | The String "privateMethod" appears 3 times in the file. | 1336 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1337 | |
| extension | MultipleStringLiteralsExtended | The String "packagePrivateMethod" appears 3 times in the file. | 1339 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1340 | |
| extension | MultipleStringLiteralsExtended | The String "protectedMethod" appears 3 times in the file. | 1341 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1342 | |
| extension | MultipleStringLiteralsExtended | The String "publicMethod" appears 3 times in the file. | 1343 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1347 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1349 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1352 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1355 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1360 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1362 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1365 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 86 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 95 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 76 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "message" appears 2 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Runnable" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "run()" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "add(" appears 3 times in the file. | 223 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 387 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 108 | |
| extension | ReturnCountExtended | Return count for 'checkString' method is 2 (max allowed is 1). | 110 | |
| extension | ReturnCountExtended | Return count for 'nextCodePoint' method is 2 (max allowed is 1). | 172 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 204 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 844 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 844 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 844 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 844 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 844 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 844 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 844 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 845 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 845 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 845 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 845 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 845 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 845 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 845 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 846 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 846 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 846 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 846 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 846 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 846 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 846 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 848 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 848 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 848 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 848 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 848 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 848 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 848 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 849 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 849 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 849 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 849 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 849 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 849 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 849 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 850 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 850 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 850 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 850 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 850 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 850 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 850 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 851 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 851 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 851 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 851 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 851 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 851 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 851 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 852 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 852 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 852 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 852 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 852 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 852 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 852 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 854 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 854 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 854 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 854 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 854 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 854 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 854 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 855 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 855 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 855 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 855 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 855 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 855 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 855 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 856 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 856 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 856 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 856 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 856 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 856 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 856 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 857 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 857 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 857 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 857 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 857 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 857 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 857 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 858 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 858 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 858 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 858 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 858 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 858 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 858 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 859 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 859 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 859 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 859 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 859 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 859 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 859 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 860 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 860 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 860 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 860 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 860 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 860 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 860 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 861 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 861 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 861 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 861 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 861 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 861 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 861 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 862 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 862 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 862 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 862 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 862 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 862 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 862 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 863 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 863 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 863 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 863 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 863 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 863 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 863 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 864 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 864 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 864 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 864 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 864 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 864 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 864 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 866 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 866 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 866 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 866 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 866 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 866 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 866 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 867 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 867 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 867 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 867 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 867 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 867 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 867 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 868 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 868 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 868 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 868 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 868 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 868 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 868 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 869 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 869 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 869 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 869 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 869 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 869 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 869 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 870 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 870 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 870 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 870 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 870 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 870 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 870 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 871 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 871 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 871 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 871 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 871 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 871 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 871 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 872 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 872 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 872 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 872 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 872 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 872 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 872 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 873 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 873 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 873 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 873 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 873 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 873 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 873 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 874 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 874 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 874 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 874 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 874 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 874 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 874 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 876 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 876 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 876 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 876 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 876 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 876 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 876 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 877 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 877 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 877 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 877 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 877 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 877 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 877 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 878 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 878 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 878 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 878 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 878 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 878 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 878 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 881 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 881 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 881 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 881 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 881 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 881 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 881 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 882 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 882 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 882 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 882 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 882 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 882 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 882 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 883 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 883 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 883 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 883 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 883 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 883 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 883 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 886 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 886 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 886 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 886 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 886 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 886 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 886 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 887 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 887 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 887 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 887 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 887 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 887 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 887 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 889 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 889 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 889 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 889 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 889 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 889 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 889 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 890 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 890 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 890 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 890 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 890 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 890 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 890 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 892 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 892 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 892 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 892 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 892 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 892 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 892 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 893 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 893 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 893 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 893 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 893 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 893 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 893 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 895 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 895 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 895 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 895 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 895 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 895 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 895 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 896 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 896 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 896 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 896 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 896 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 896 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 896 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 897 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 897 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 897 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 897 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 897 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 897 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 897 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 898 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 898 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 898 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 898 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 898 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 898 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 898 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 899 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 899 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 899 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 899 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 899 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 899 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 899 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 900 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 900 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 900 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 900 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 900 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 900 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 900 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 901 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 901 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 901 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 901 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 901 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 901 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 901 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 902 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 902 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 902 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 902 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 902 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 902 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 902 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 903 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 903 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 903 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 903 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 903 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 903 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 903 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 905 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 905 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 905 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 905 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 905 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 905 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 905 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 906 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 906 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 906 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 906 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 906 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 906 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 906 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 907 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 907 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 907 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 907 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 907 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 907 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 907 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 908 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 908 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 908 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 908 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 908 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 908 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 908 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 909 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 909 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 909 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 909 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 909 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 909 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 909 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 912 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 912 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 912 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 912 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 912 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 912 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 912 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 913 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 913 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 913 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 913 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 913 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 913 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 913 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 914 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 914 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 914 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 914 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 914 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 914 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 914 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 915 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 915 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 915 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 915 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 915 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 915 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 915 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 916 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 916 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 916 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 916 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 916 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 916 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 916 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 917 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 917 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 917 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 917 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 917 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 917 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 917 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 918 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 918 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 918 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 918 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 918 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 918 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 918 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 919 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 919 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 919 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 919 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 919 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 919 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 919 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 920 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 920 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 920 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 920 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 920 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 920 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 920 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 921 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 921 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 921 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 921 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 921 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 921 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 921 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 922 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 922 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 922 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 922 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 922 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 922 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 922 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 923 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 923 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 923 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 923 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 923 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 923 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 923 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 924 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 924 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 924 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 924 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 924 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 924 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 924 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 925 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 925 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 925 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 925 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 925 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 925 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 925 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 926 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 926 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 926 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 926 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 926 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 926 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 926 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 927 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 927 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 927 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 927 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 927 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 927 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 927 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 928 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 928 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 928 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 928 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 928 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 928 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 928 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 929 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 929 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 929 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 929 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 929 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 929 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 929 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 931 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 931 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 931 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 931 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 931 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 931 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 931 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 932 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 932 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 932 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 932 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 932 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 932 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 932 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 933 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 933 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 933 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 933 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 933 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 933 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 933 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 934 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 934 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 934 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 934 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 934 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 934 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 934 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 935 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 935 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 935 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 935 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 935 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 935 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 935 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 938 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 938 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 938 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 938 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 938 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 938 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 938 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 939 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 939 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 939 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 939 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 939 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 939 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 939 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 940 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 940 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 940 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 940 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 940 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 940 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 940 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 941 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 941 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 941 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 941 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 941 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 941 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 941 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 942 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 942 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 942 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 942 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 942 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 942 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 942 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 943 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 943 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 943 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 943 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 943 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 943 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 943 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 944 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 944 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 944 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 944 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 944 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 944 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 944 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 946 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 946 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 946 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 946 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 946 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 946 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 946 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 947 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 947 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 947 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 947 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 947 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 947 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 947 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 950 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 950 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 950 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 950 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 950 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 950 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 950 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 952 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 952 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 952 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 952 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 952 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 952 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 952 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 953 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 953 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 953 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 953 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 953 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 953 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 953 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 954 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 954 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 954 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 954 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 954 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 954 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 954 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 955 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 955 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 955 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 955 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 955 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 955 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 955 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 956 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 956 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 956 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 956 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 956 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 956 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 956 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 958 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 958 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 958 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 958 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 958 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 958 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 958 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 959 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 959 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 959 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 959 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 959 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 959 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 959 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 960 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 960 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 960 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 960 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 960 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 960 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 960 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 961 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 961 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 961 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 961 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 961 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 961 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 961 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 962 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 962 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 962 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 962 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 962 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 962 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 962 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 963 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 963 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 963 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 963 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 963 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 963 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 963 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 964 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 964 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 964 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 964 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 964 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 964 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 964 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 965 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 965 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 965 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 965 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 965 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 965 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 965 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 966 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 966 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 966 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 966 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 966 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 966 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 966 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 967 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 967 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 967 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 967 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 967 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 967 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 967 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 968 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 968 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 968 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 968 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 968 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 968 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 968 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 969 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 969 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 969 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 969 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 969 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 969 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 969 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 970 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 970 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 970 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 970 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 970 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 970 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 970 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 971 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 971 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 971 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 971 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 971 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 971 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 971 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 972 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 972 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 972 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 972 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 972 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 972 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 972 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 973 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 973 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 973 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 973 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 973 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 973 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 973 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 974 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 974 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 974 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 974 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 974 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 974 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 974 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 975 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 975 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 975 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 975 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 975 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 975 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 975 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 976 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 976 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 976 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 976 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 976 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 976 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 976 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 977 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 977 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 977 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 977 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 977 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 977 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 977 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 978 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 978 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 978 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 978 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 978 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 978 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 978 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 979 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 979 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 979 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 979 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 979 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 979 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 979 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 980 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 980 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 980 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 980 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 980 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 980 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 980 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 981 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 981 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 981 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 981 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 981 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 981 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 981 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 982 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 982 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 982 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 982 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 982 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 982 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 982 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 983 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 983 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 983 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 983 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 983 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 983 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 983 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 984 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 984 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 984 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 984 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 984 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 984 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 984 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 985 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 985 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 985 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 985 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 985 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 985 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 985 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 986 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 986 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 986 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 986 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 986 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 986 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 986 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 987 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 987 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 987 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 987 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 987 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 987 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 987 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 989 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 989 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 989 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 989 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 989 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 989 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 989 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 990 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 990 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 990 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 990 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 990 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 990 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 990 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 991 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 991 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 991 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 991 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 991 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 991 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 991 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 992 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 992 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 992 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 992 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 992 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 992 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 992 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 993 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 993 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 993 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 993 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 993 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 993 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 993 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 994 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 994 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 994 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 994 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 994 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 994 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 994 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 995 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 995 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 995 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 995 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 995 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 995 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 995 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 996 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 996 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 996 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 996 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 996 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 996 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 996 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 997 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 997 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 997 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 997 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 997 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 997 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 997 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 998 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 998 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 998 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 998 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 998 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 998 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 998 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 999 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 999 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 999 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 999 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 999 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 999 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 999 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1000 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1000 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1000 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1000 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1000 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1000 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1000 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1001 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1001 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1001 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1001 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1001 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1001 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1001 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1002 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1002 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1002 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1002 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1002 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1002 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1002 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1003 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1003 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1003 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1003 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1003 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1003 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1003 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1004 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1004 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1004 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1004 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1004 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1004 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1004 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1005 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1005 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1005 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1005 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1005 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1005 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1005 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1006 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1006 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1006 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1006 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1006 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1006 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1006 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1007 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1007 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1007 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1007 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1007 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1007 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1007 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1008 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1008 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1008 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1008 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1008 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1008 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1008 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1009 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1009 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1009 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1009 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1009 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1009 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1009 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1010 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1010 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1010 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1010 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1010 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1010 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1010 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1011 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1011 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1011 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1011 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1011 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1011 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1011 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1012 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1012 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1012 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1012 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1012 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1012 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1012 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1013 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1013 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1013 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1013 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1013 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1013 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1013 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1014 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1014 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1014 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1014 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1014 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1014 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1014 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1015 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1015 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1015 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1015 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1015 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1015 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1015 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1017 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1017 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1017 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1017 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1017 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1017 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1017 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1018 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1018 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1018 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1018 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1018 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1018 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1018 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1019 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1019 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1019 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1019 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1019 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1019 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1019 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1020 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1020 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1020 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1020 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1020 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1020 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1020 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1021 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1021 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1021 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1021 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1021 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1021 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1021 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1022 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1022 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1022 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1022 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1022 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1022 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1022 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1023 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1023 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1023 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1023 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1023 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1023 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1023 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1024 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1024 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1024 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1024 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1024 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1024 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1024 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1025 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1025 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1025 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1025 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1025 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1025 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1025 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1026 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1026 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1026 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1026 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1026 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1026 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1026 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1027 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1027 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1027 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1027 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1027 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1027 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1027 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1028 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1028 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1028 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1028 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1028 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1028 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1028 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1029 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1029 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1029 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1029 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1029 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1029 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1029 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1030 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1030 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1030 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1030 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1030 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1030 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1030 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1031 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1031 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1031 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1031 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1031 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1031 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1031 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1033 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1033 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1033 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1033 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1033 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1033 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1033 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1034 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1034 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1034 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1034 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1034 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1034 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1034 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1035 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1035 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1035 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1035 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1035 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1035 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1035 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1036 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1036 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1036 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1036 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1036 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1036 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1036 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1037 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1037 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1037 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1037 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1037 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1037 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1037 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1038 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1038 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1038 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1038 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1038 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1038 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1038 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1039 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1039 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1039 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1039 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1039 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1039 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1039 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1040 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1040 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1040 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1040 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1040 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1040 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1040 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1046 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1046 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1046 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1046 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1046 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1046 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1046 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1048 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1048 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1048 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1048 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1048 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1048 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1048 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1053 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1053 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1053 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1053 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1053 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1053 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1053 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1054 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1054 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1054 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1054 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1054 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1054 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1054 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1062 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1062 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1062 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1062 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1062 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1062 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1062 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1064 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1064 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1064 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1064 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1064 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1064 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1064 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1065 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1065 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1065 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1065 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1065 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1065 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1065 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1066 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1066 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1066 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1066 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1066 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1066 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1066 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1067 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1067 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1067 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1067 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1067 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1067 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1067 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1068 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1068 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1068 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1068 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1068 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1068 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1068 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1069 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1069 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1069 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1069 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1069 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1069 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1069 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1070 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1070 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1070 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1070 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1070 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1070 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1070 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1072 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1072 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1072 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1072 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1072 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1072 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1072 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1073 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1073 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1073 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1073 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1073 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1073 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1073 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1074 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1074 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1074 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1074 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1074 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1074 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1074 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1075 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1075 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1075 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1075 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1075 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1075 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1075 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1076 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1076 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1076 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1076 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1076 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1076 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1076 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1077 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1077 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1077 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1077 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1077 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1077 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1077 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1078 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1078 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1078 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1078 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1078 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1078 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1078 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1079 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1079 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1079 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1079 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1079 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1079 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1079 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1081 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1081 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1081 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1081 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1081 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1081 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1081 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1083 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1083 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1083 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1083 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1083 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1083 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1083 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1084 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1084 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1084 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1084 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1084 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1084 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1084 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1085 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1085 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1085 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1085 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1085 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1085 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1085 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1086 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1086 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1086 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1086 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1086 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1086 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1086 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1087 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1087 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1087 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1087 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1087 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1087 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1087 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1088 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1088 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1088 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1088 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1088 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1088 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1088 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1089 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1089 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1089 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1089 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1089 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1089 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1089 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1090 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1090 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1090 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1090 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1090 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1090 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1090 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1091 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1091 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1091 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1091 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1091 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1091 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1091 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1092 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1092 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1092 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1092 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1092 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1092 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1092 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1093 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1093 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1093 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1093 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1093 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1093 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1093 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1094 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1094 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1094 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1094 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1094 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1094 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1094 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1095 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1095 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1095 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1095 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1095 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1095 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1095 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1096 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1096 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1096 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1096 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1096 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1096 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1096 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1097 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1097 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1097 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1097 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1097 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1097 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1097 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1098 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1098 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1098 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1098 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1098 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1098 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1098 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1099 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1099 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1099 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1099 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1099 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1099 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1099 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1142 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1142 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1142 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1142 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1142 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1142 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1142 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1143 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1143 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1143 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1143 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1143 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1143 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1143 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1149 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1149 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1149 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1149 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1149 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1149 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1149 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1151 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1151 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1151 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1151 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1151 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1151 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1151 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1164 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1164 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1164 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1164 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1164 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1164 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1164 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1166 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1166 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1166 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1166 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1166 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1166 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1166 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1168 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1168 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1168 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1168 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1168 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1168 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1168 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1169 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1169 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1169 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1169 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1169 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1169 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1169 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1175 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1175 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1175 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1175 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1175 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1175 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1175 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1176 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1176 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1176 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1176 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1176 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1176 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1176 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1183 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1183 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1183 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1183 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1183 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1183 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1183 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1186 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1186 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1186 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1186 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1186 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1186 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1186 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1194 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1194 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1194 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1194 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1194 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1194 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1194 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1201 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1201 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1201 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1201 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1201 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1201 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1201 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1202 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1202 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1202 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1202 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1202 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1202 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1202 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1209 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1209 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1209 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1209 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1209 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1209 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1209 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1557 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2352 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&='. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Wrong length: " appears 3 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 37 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 180 | |
| extension | ReturnCountExtended | Return count for 'add' method is 2 (max allowed is 1). | 260 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid occurrences: %s" appears 3 times in the file. | 264 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 3 (max allowed is 1). | 298 | |
| extension | ReturnCountExtended | Return count for 'removeExactly' method is 3 (max allowed is 1). | 352 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 446 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 29 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 30 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&='. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 86 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'decode' method is 2 (max allowed is 1). | 34 | |
| extension | AvoidHidingCauseException | Cause exception 'ignored' was lost. | 58 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'read' method is 3 (max allowed is 1). | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 29 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 30 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 313 | |
| extension | MultipleStringLiteralsExtended | The String "Runnable was null." appears 4 times in the file. | 382 | |
| extension | MultipleStringLiteralsExtended | The String "Executor was null." appears 4 times in the file. | 383 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 388 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 425 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeException while executing runnable " appears 4 times in the file. | 428 | |
| extension | MultipleStringLiteralsExtended | The String " with executor " appears 4 times in the file. | 430 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 480 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 555 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 592 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 618 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 622 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 682 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 128 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 148 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 161 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 194 | |
| extension | OverridableMethodInConstructor | Overridable method 'add' is called in constructor body. | 198 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 677 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RedundantReturn | Redundant return. | 528 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "No exception thrown" appears 5 times in the file. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 19 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "..." appears 8 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "…" appears 4 times in the file. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "PASSWORD" appears 3 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "pa\u00dfword" appears 3 times in the file. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " to " appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 32 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "foo-bar" appears 10 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "foo_bar" appears 10 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "fooBar" appears 14 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 10 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "FooBar" appears 14 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "FOO" appears 10 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "FOO_BAR" appears 18 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "HTTP" appears 5 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "hTTP" appears 3 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "H_T_T_P" appears 3 times in the file. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "abc" appears 3 times in the file. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 27 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "xy" appears 6 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "CharMatcher" appears 12 times in the file. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "ZZ" appears 11 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "blah" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "bcde" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "aaaa" appears 2 times in the file. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "abcd" appears 6 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "zxqy" appears 2 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "ChMa" appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "mom" appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "\tAz()" appears 3 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "0123456789" appears 2 times in the file. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 290 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 296 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 4 times in the file. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 365 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 400 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 414 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 415 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 9 times in the file. | 440 | |
| extension | MultipleStringLiteralsExtended | The String "_" appears 6 times in the file. | 440 | |
| extension | MultipleStringLiteralsExtended | The String "x-" appears 8 times in the file. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "x_" appears 2 times in the file. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "-x" appears 8 times in the file. | 442 | |
| extension | MultipleStringLiteralsExtended | The String "_x" appears 2 times in the file. | 442 | |
| extension | MultipleStringLiteralsExtended | The String "--" appears 5 times in the file. | 443 | |
| extension | MultipleStringLiteralsExtended | The String "x--" appears 7 times in the file. | 444 | |
| extension | MultipleStringLiteralsExtended | The String "--x" appears 7 times in the file. | 445 | |
| extension | MultipleStringLiteralsExtended | The String "-x-" appears 5 times in the file. | 446 | |
| extension | MultipleStringLiteralsExtended | The String "_x_" appears 3 times in the file. | 446 | |
| extension | MultipleStringLiteralsExtended | The String "x-x" appears 12 times in the file. | 447 | |
| extension | MultipleStringLiteralsExtended | The String "x_x" appears 6 times in the file. | 447 | |
| extension | MultipleStringLiteralsExtended | The String "---" appears 5 times in the file. | 448 | |
| extension | MultipleStringLiteralsExtended | The String "--x-" appears 5 times in the file. | 449 | |
| extension | MultipleStringLiteralsExtended | The String "--xx" appears 6 times in the file. | 450 | |
| extension | MultipleStringLiteralsExtended | The String "-x--" appears 5 times in the file. | 451 | |
| extension | MultipleStringLiteralsExtended | The String "-x-x" appears 6 times in the file. | 452 | |
| extension | MultipleStringLiteralsExtended | The String "-xx-" appears 5 times in the file. | 453 | |
| extension | MultipleStringLiteralsExtended | The String "x--x" appears 8 times in the file. | 454 | |
| extension | MultipleStringLiteralsExtended | The String "x-x-" appears 6 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "x-xx" appears 8 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "x_xx" appears 2 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "x-x--xx---x----x" appears 8 times in the file. | 457 | |
| extension | MultipleStringLiteralsExtended | The String "x_x_xx_x_x" appears 2 times in the file. | 457 | |
| extension | MultipleStringLiteralsExtended | The String "xx" appears 6 times in the file. | 461 | |
| extension | MultipleStringLiteralsExtended | The String "-#" appears 6 times in the file. | 475 | |
| extension | MultipleStringLiteralsExtended | The String "-#123" appears 6 times in the file. | 476 | |
| extension | MultipleStringLiteralsExtended | The String "ab" appears 6 times in the file. | 494 | |
| extension | MultipleStringLiteralsExtended | The String "abacatbab" appears 3 times in the file. | 519 | |
| extension | MultipleStringLiteralsExtended | The String "yoho" appears 2 times in the file. | 640 | |
| extension | MultipleStringLiteralsExtended | The String "yaha" appears 4 times in the file. | 640 | |
| extension | MultipleStringLiteralsExtended | The String "#" appears 2 times in the file. | 683 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 687 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 688 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 689 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 690 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 692 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 694 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 695 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 696 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 698 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 700 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 701 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 702 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 703 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 705 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 722 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "123" appears 3 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 2 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "forward" appears 4 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "backward" appears 4 times in the file. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "CHEETO" appears 5 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "HONDA" appears 5 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "POODLE" appears 5 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 5 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 4 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 5 times in the file. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "disabled" appears 2 times in the file. | 107 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 113 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 120 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 72 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "hiya" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "I'm a string" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "One" appears 12 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "Three" appears 8 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "Null" appears 4 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "Two" appears 6 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "Ichi" appears 3 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "Ni" appears 3 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "San" appears 3 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "Uno" appears 3 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "Tres" appears 3 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "Cuatro" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 2 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 2 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "D" appears 2 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 2 times in the file. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "correct" appears 4 times in the file. | 341 | |
| extension | MultipleStringLiteralsExtended | The String "incorrect" appears 2 times in the file. | 351 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 10 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "1-2" appears 5 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "1-2-3" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 2 times in the file. | 111 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 8 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 4 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 4 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 248 | |
| extension | MultipleStringLiteralsExtended | The String "a:00;00:b" appears 3 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "00" appears 3 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "1:a;1:b" appears 2 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "1:2;1:3;3:4;5:6;5:10" appears 2 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 7 times in the file. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 318 | |
| extension | OverridableMethodInConstructor | Overridable method 'iterator' is called in constructor body. | 338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 33 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "training" appears 7 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "bob" appears 2 times in the file. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 23 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 3 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "fallback" appears 6 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 7 times in the file. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "no exception thrown" appears 17 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "A %s C %s E" appears 3 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "A %s C" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "%s" appears 3 times in the file. | 133 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "index (-1) must not be negative" appears 2 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "foo (-1) must not be negative" appears 2 times in the file. | 274 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 392 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 396 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 409 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 413 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 427 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 431 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 480 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 546 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 559 | |
| extension | MultipleStringLiteralsExtended | The String "A message" appears 2 times in the file. | 561 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 565 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 437 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 480 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 482 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 497 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 507 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 508 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 509 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 527 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 528 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 553 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 554 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 555 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 556 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 563 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 565 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 566 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 573 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 574 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 575 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 576 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 598 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 599 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 612 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 613 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 620 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 621 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 649 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 650 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 664 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 670 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 671 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 690 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 691 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 692 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 693 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 729 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 744 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 3 times in the file. | 800 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 805 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 806 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 807 | |
| extension | MultipleStringLiteralsExtended | The String "^Fo.*o.*bar$" appears 2 times in the file. | 833 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 834 | |
| extension | MultipleStringLiteralsExtended | The String "Foxyzoabcbar" appears 2 times in the file. | 834 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 835 | |
| extension | MultipleStringLiteralsExtended | The String "Foobarx" appears 2 times in the file. | 835 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 842 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 843 | |
| extension | MultipleStringLiteralsExtended | The String "Woo" appears 2 times in the file. | 849 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 897 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 912 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 913 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 914 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 918 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 919 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 920 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 940 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 948 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a,b,c" appears 11 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 40 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 26 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 33 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 6 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "a,,b,c" appears 3 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "a,, b,c" appears 3 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String " b" appears 3 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "a,b,c," appears 3 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String ",a,b,c" appears 3 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "Testing-rocks-Debugging-sucks" appears 3 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "Testing" appears 4 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "rocks" appears 4 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "Debugging" appears 4 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "sucks" appears 4 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "a..b.c" appears 3 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "a. .c" appears 6 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 11 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "..." appears 3 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "arfo(Marlon)aorf, (Michael)orfa, afro(Jackie)orfa, " appears 3 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "ofar(Jemaine), aff(Tito)" appears 3 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "afro" appears 3 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "(Marlon)" appears 3 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "(Michael)" appears 3 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "(Jackie)" appears 3 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "(Jemaine)" appears 3 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "(Tito)" appears 3 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 18 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String ", a, b, c" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 300 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 7 times in the file. | 364 | |
| extension | MultipleStringLiteralsExtended | The String "\\b" appears 3 times in the file. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 378 | |
| extension | MultipleStringLiteralsExtended | The String "a,b" appears 3 times in the file. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 2 times in the file. | 513 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 515 | |
| extension | MultipleStringLiteralsExtended | The String "ab" appears 4 times in the file. | 521 | |
| extension | MultipleStringLiteralsExtended | The String "cd" appears 2 times in the file. | 521 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 531 | |
| extension | MultipleStringLiteralsExtended | The String "abcd" appears 5 times in the file. | 553 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 2 times in the file. | 555 | |
| extension | MultipleStringLiteralsExtended | The String "a,b,c,d" appears 3 times in the file. | 593 | |
| extension | MultipleStringLiteralsExtended | The String "a,,,b,,c,d" appears 3 times in the file. | 605 | |
| extension | MultipleStringLiteralsExtended | The String "c,d" appears 2 times in the file. | 619 | |
| extension | MultipleStringLiteralsExtended | The String ",,a,, , b ,, c,d " appears 4 times in the file. | 623 | |
| extension | MultipleStringLiteralsExtended | The String "boy : tom , girl: tina , cat : kitty , dog: tommy " appears 3 times in the file. | 679 | |
| extension | MultipleStringLiteralsExtended | The String "boy" appears 8 times in the file. | 681 | |
| extension | MultipleStringLiteralsExtended | The String "tom" appears 6 times in the file. | 681 | |
| extension | MultipleStringLiteralsExtended | The String "girl" appears 9 times in the file. | 681 | |
| extension | MultipleStringLiteralsExtended | The String "tina" appears 6 times in the file. | 681 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 8 times in the file. | 681 | |
| extension | MultipleStringLiteralsExtended | The String "kitty" appears 6 times in the file. | 681 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 9 times in the file. | 681 | |
| extension | MultipleStringLiteralsExtended | The String "tommy" appears 6 times in the file. | 681 | |
| extension | MultipleStringLiteralsExtended | The String "boy:tom,girl:tina,cat:kitty,dog:tommy" appears 2 times in the file. | 724 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 2 times in the file. | 755 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 6 times in the file. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 17 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "xx" appears 10 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "--" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "20" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 10 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "abcde" appears 4 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "xyz" appears 6 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "abcxyz" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "aaaaa" appears 3 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "aa" appears 4 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "abc\uD8AB\uDCAB" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "abc\uD8AB\uDCABdef" appears 6 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "abc\uD8AB\uDCABxyz" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "abc\uD8AB\uD8ACxyz" appears 2 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "abc\uD8AB\uD8ABdef" appears 2 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "\uD8AB\uDCAB" appears 6 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "\uD8AB" appears 4 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "xyzabc" appears 2 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "def" appears 2 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "\uDCAB" appears 4 times in the file. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "%s" appears 7 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "%s%s%s" appears 2 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "5 + 6 = 11" appears 4 times in the file. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "boiler %s plate" appears 2 times in the file. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Suppliers.memoize(CountingSupplier)" appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "Suppliers.memoize(<supplier that returned 10>)" appears 2 times in the file. | 138 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 459 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 73 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 92 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 115 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 138 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 159 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 182 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 205 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 229 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 250 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 274 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 298 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 345 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 363 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 385 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 407 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 417 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 458 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 477 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 500 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 523 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 534 | |
| extension | MultipleStringLiteralsExtended | The String "Should have throw IAE" appears 2 times in the file. | 576 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 2 times in the file. | 641 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 708 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 736 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ".*\\{\\}" appears 7 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "TestClass{}" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "{}" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "field1" appears 18 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "Hello" appears 12 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 4 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "def" appears 4 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "ghi" appears 4 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "This is string." appears 2 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "field2" appears 11 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "field3" appears 8 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 3 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 3 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "TestClass{field1=1, value1, field2=value2, 2}" appears 2 times in the file. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "Googley" appears 8 times in the file. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "World" appears 6 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "TestClass{field2=Googley, field3=World}" appears 2 times in the file. | 332 | |
| extension | MultipleStringLiteralsExtended | The String "TestClass{field1=Hello, field2=Googley, field3=World}" appears 2 times in the file. | 392 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 2 times in the file. | 113 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 131 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 134 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 138 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 141 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 149 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 152 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 156 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 167 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "message" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "%s" appears 2 times in the file. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 95 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 120 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 355 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 356 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 367 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 368 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 387 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 405 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 407 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 462 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 463 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 464 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected exception" appears 21 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "maximumSize=9000" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "maximumWeight=9000" appears 3 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "weakKeys" appears 3 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "softValues" appears 3 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "weakValues" appears 3 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "recordStats" appears 4 times in the file. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "initialCapacity=10,maximumSize=20,concurrencyLevel=30," appears 2 times in the file. | 373 | |
| extension | MultipleStringLiteralsExtended | The String "concurrencyLevel=7" appears 2 times in the file. | 452 | |
| extension | MultipleStringLiteralsExtended | The String "concurrencyLevel=15" appears 2 times in the file. | 453 | |
| extension | MultipleStringLiteralsExtended | The String "initialCapacity=7" appears 2 times in the file. | 454 | |
| extension | MultipleStringLiteralsExtended | The String "initialCapacity=15" appears 2 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "maximumSize=7" appears 2 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "maximumSize=15" appears 2 times in the file. | 457 | |
| extension | MultipleStringLiteralsExtended | The String "maximumWeight=7" appears 2 times in the file. | 458 | |
| extension | MultipleStringLiteralsExtended | The String "maximumWeight=15" appears 2 times in the file. | 459 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 505 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 425 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 6 times in the file. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 546 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 607 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Eviction notifications must be received" appears 4 times in the file. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 489 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 531 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 534 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 571 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 574 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 856 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1476 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 9 times in the file. | 1982 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 2060 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2161 | |
| extension | MultipleStringLiteralsExtended | The String "get" appears 3 times in the file. | 2188 | |
| extension | MultipleStringLiteralsExtended | The String "refresh" appears 3 times in the file. | 2189 | |
| extension | MultipleStringLiteralsExtended | The String "Suffix" appears 4 times in the file. | 2190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2206 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2228 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2283 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2284 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2340 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2341 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2451 | |
| extension | MultipleStringLiteralsExtended | The String "barfoo" appears 4 times in the file. | 2452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2543 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "Expiration queue must be empty by now" appears 2 times in the file. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 449 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 450 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 479 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 481 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException" appears 2 times in the file. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 322 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 10 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 14 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | MultipleStringLiteralsExtended | The String "segments=" appears 2 times in the file. | 430 | |
| extension | MultipleStringLiteralsExtended | The String ", maxSize=" appears 4 times in the file. | 430 | |
| extension | MultipleStringLiteralsExtended | The String "totalCapacity=" appears 2 times in the file. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 581 | |
| extension | MoveVariableInsideIf | Variable 'entry' can be moved inside the block at line '589' to restrict runtime creation. | 588 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 593 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 695 | |
| extension | MultipleStringLiteralsExtended | The String "quux" appears 2 times in the file. | 697 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 698 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 699 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 725 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 768 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 778 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 779 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 823 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 858 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 884 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 919 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 925 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 955 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 963 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 970 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 983 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 996 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1001 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1009 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1018 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1022 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1142 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1161 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1162 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1186 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1192 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1193 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1222 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1355 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1398 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1401 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1404 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1408 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1414 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1422 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1425 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1441 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1449 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1455 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1522 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1531 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1538 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1599 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1600 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1601 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1626 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1627 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1628 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1663 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1666 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1669 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1675 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1679 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1680 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1681 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1768 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1769 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1817 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1818 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1854 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1855 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1881 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1887 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1889 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1890 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1891 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1918 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1924 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1928 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1929 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1930 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1938 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1940 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1966 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1971 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1973 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1984 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1992 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1994 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2018 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2023 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2026 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2043 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2048 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2052 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2060 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2065 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2069 | |
| extension | MoveVariableInsideIf | Variable 'entry' can be moved inside the block at line '2,102' to restrict runtime creation. | 2101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2135 | |
| extension | MoveVariableInsideIf | Variable 'entry' can be moved inside the block at line '2,143' to restrict runtime creation. | 2142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2147 | |
| extension | MoveVariableInsideIf | Variable 'entry' can be moved inside the block at line '2,184' to restrict runtime creation. | 2183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2240 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2276 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2317 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2326 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2333 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2340 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2346 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2351 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2354 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2356 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2420 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2421 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2450 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2451 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2480 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2481 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2511 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2512 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2549 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2552 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2606 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2609 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2724 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2751 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2763 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2775 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2787 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2799 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2811 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 2906 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 2922 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 2939 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 2956 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 359 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 371 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 3 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 2 times in the file. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 88 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 50 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 35 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 20 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 13 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 9 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 7 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "h" appears 4 times in the file. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | MultipleStringLiteralsExtended | The String "i" appears 2 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "j" appears 2 times in the file. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | MultipleStringLiteralsExtended | The String "expected NullPointerException" appears 10 times in the file. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "blah" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should not have been invoked again" appears 3 times in the file. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "peek() should throw NoSuchElementException at end" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "peek() should continue to throw NoSuchElementException at end" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "No exception thrown" appears 5 times in the file. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 10 times in the file. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 3 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 50 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 29 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 3 times in the file. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 33 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 16 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 7 times in the file. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 18 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 6 times in the file. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 108 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 59 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 6 times in the file. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "bad" appears 3 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "{foo={1=a, 2=null, 3=c}, " appears 2 times in the file. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "bar={1=b, 2=null, 3=null}, " appears 2 times in the file. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "cat={1=null, 2=null, 3=null}}" appears 2 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 5 times in the file. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 411 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "Row dog not in [foo, bar, cat]" appears 2 times in the file. | 430 | |
| extension | MultipleStringLiteralsExtended | The String "Column 4 not in [1, 2, 3]" appears 2 times in the file. | 436 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 438 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 481 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 492 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'numGoodQueries' can be moved inside the block at line '70' to restrict runtime creation. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "yyy" appears 5 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "zzz" appears 5 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Collections2.filter" appears 3 times in the file. | 102 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 7 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 7 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 7 times in the file. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 329 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 330 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 332 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 341 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 470 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 471 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 494 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 10 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 11 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 12 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 11 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 10 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 135 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 18 times in the file. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 7 times in the file. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 4 times in the file. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 345 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 2 times in the file. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 431 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "blah" appears 2 times in the file. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "blah" appears 2 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 140 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "IllegalArgumentException expected" appears 2 times in the file. | 153 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "dollar" appears 9 times in the file. | 128 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "peso" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "franc" appears 6 times in the file. | 139 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 144 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 174 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "hi" appears 10 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "there" appears 4 times in the file. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 10 times in the file. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 11 times in the file. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 6 times in the file. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 4 times in the file. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 2 times in the file. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 240 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 257 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 3 times in the file. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "badkey" appears 7 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 43 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 8 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 7 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 8 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 2 times in the file. | 91 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 175 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 46 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 44 times in the file. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 29 times in the file. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "[yam, bam, jam, ham]" appears 2 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "yam" appears 2 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "bam" appears 2 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "jam" appears 2 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "ham" appears 2 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "[]" appears 2 times in the file. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "[1, 2, 3, 4, 5, 6]" appears 2 times in the file. | 311 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "pants" appears 6 times in the file. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 378 | |
| extension | MultipleStringLiteralsExtended | The String "cool" appears 7 times in the file. | 379 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 380 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 4 times in the file. | 559 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 4 times in the file. | 559 | |
| extension | MultipleStringLiteralsExtended | The String "[c, d, e]" appears 2 times in the file. | 562 | |
| extension | MultipleStringLiteralsExtended | The String "c2" appears 2 times in the file. | 626 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 629 | |
| extension | MultipleStringLiteralsExtended | The String "X" appears 3 times in the file. | 637 | |
| extension | MultipleStringLiteralsExtended | The String "Y" appears 4 times in the file. | 637 | |
| extension | MultipleStringLiteralsExtended | The String "Z" appears 4 times in the file. | 637 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 655 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 692 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 693 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 701 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 725 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 3 times in the file. | 774 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 5 times in the file. | 774 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 5 times in the file. | 775 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 5 times in the file. | 776 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 2 times in the file. | 894 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 56 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 65 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 74 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 83 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 92 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 15 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 7 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 4 times in the file. | 300 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 332 | |
| extension | ReturnCountExtended | Return count for 'getDefaultValue' method is 2 (max allowed is 1). | 338 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 390 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "implementations" appears 2 times in the file. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 94 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 4 times in the file. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 95 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 104 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 113 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 122 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 131 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "implementations" appears 2 times in the file. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IAE" appears 2 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 100 position 71 need optimization. All method calls are advised to move to end of logic expression. | 100 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 103 position 71 need optimization. All method calls are advised to move to end of logic expression. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 115 position 71 need optimization. All method calls are advised to move to end of logic expression. | 115 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 118 position 71 need optimization. All method calls are advised to move to end of logic expression. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 14 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "canada" appears 3 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "dollar" appears 3 times in the file. | 79 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 3 times in the file. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 13 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 19 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "quux" appears 21 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 74 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 26 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 26 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 27 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 27 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 28 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 29 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 29 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 30 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 30 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 33 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 33 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 35 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 35 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 36 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 36 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 37 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 37 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 38 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 38 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 40 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 40 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 42 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 42 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 3 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 79 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 51 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 36 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "minus one" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 30 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 16 times in the file. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 19 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 11 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 63 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 23 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 12 times in the file. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 8 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 16 times in the file. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 6 times in the file. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "bb" appears 4 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "cc" appears 2 times in the file. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 423 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 2 times in the file. | 423 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 431 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 6 times in the file. | 477 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 4 times in the file. | 479 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 2 times in the file. | 489 | |
| extension | MultipleStringLiteralsExtended | The String "of" appears 4 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "to" appears 4 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "poo" appears 3 times in the file. | 524 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 91 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 65 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 45 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 29 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 20 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 20 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 16 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "h" appears 14 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "i" appears 12 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "j" appears 10 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 8 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "l" appears 6 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "m" appears 4 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "n" appears 2 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException" appears 2 times in the file. | 380 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NPE" appears 2 times in the file. | 431 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 3 times in the file. | 437 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 485 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 489 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 608 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 661 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 662 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 663 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | MultipleStringLiteralsExtended | The String "expected NullPointerException" appears 8 times in the file. | 758 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 820 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 827 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 3 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 52 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 27 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 22 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "minus one" appears 3 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 15 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 8 times in the file. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 466 | |
| extension | MultipleStringLiteralsExtended | The String "won" appears 2 times in the file. | 690 | |
| extension | MultipleStringLiteralsExtended | The String "too" appears 2 times in the file. | 690 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 746 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 752 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 752 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 754 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 768 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 5 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "hey you" appears 2 times in the file. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 113 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 92 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 33 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 11 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 6 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 4 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 2 times in the file. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "expected NullPointerException" appears 6 times in the file. | 407 | |
| extension | MultipleStringLiteralsExtended | The String "expected IllegalArgumentException" appears 2 times in the file. | 450 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 2 times in the file. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 451 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 459 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 507 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 19 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 11 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 48 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 19 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 14 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 8 times in the file. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 33 times in the file. | 258 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 6 times in the file. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 6 times in the file. | 269 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "bb" appears 4 times in the file. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "cc" appears 2 times in the file. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 312 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 339 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 345 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 405 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 407 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 412 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 2 times in the file. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 431 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 432 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 433 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 434 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 436 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 6 times in the file. | 481 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 4 times in the file. | 483 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 2 times in the file. | 493 | |
| extension | MultipleStringLiteralsExtended | The String "of" appears 6 times in the file. | 515 | |
| extension | MultipleStringLiteralsExtended | The String "to" appears 6 times in the file. | 515 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 15 times in the file. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 7 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 11 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 3 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "h" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "i" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "j" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "l" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "m" appears 2 times in the file. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 311 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 351 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 355 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 360 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 367 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 3 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 72 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 51 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 50 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "minus one" appears 3 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 12 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 9 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 6 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 9 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 5 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 14 times in the file. | 311 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 10 times in the file. | 312 | |
| extension | MultipleStringLiteralsExtended | The String "twenty" appears 2 times in the file. | 620 | |
| extension | MultipleStringLiteralsExtended | The String "eleven" appears 2 times in the file. | 621 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 640 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 641 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException in copyOf(" appears 2 times in the file. | 697 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 697 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 747 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 755 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 110 times in the file. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 79 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 28 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 11 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 6 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 4 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 2 times in the file. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "expected NullPointerException" appears 6 times in the file. | 408 | |
| extension | MultipleStringLiteralsExtended | The String "expected IllegalArgumentException" appears 2 times in the file. | 451 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 555 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 556 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 58 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 48 times in the file. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 67 times in the file. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 11 times in the file. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 46 times in the file. | 310 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 98 times in the file. | 331 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 65 times in the file. | 331 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 401 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 442 | |
| extension | MultipleStringLiteralsExtended | The String "in" appears 41 times in the file. | 451 | |
| extension | MultipleStringLiteralsExtended | The String "the" appears 48 times in the file. | 451 | |
| extension | MultipleStringLiteralsExtended | The String "quick" appears 39 times in the file. | 451 | |
| extension | MultipleStringLiteralsExtended | The String "jumped" appears 36 times in the file. | 451 | |
| extension | MultipleStringLiteralsExtended | The String "over" appears 36 times in the file. | 451 | |
| extension | MultipleStringLiteralsExtended | The String "brown" appears 3 times in the file. | 459 | |
| extension | MultipleStringLiteralsExtended | The String "fox" appears 3 times in the file. | 459 | |
| extension | MultipleStringLiteralsExtended | The String "lazy" appears 3 times in the file. | 459 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 6 times in the file. | 459 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 470 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 471 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | MultipleStringLiteralsExtended | The String "california" appears 6 times in the file. | 472 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 482 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 498 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 499 | |
| extension | MultipleStringLiteralsExtended | The String "fish" appears 4 times in the file. | 499 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 504 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 505 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 513 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 514 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 519 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 527 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 528 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 533 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 534 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 535 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 563 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 575 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 715 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 716 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 717 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 718 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 724 | |
| extension | MultipleStringLiteralsExtended | The String "house" appears 2 times in the file. | 724 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 725 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 726 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 727 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 736 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 742 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 748 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 749 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 750 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 751 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 752 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 753 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 754 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 3 times in the file. | 754 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 755 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 756 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 761 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 762 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 763 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 764 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 765 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 766 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 767 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 768 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 776 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 783 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 784 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 785 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 786 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 787 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 788 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 789 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 790 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 800 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 807 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 837 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 857 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 863 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 877 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 891 | |
| extension | MultipleStringLiteralsExtended | The String "i" appears 6 times in the file. | 904 | |
| extension | MultipleStringLiteralsExtended | The String "o" appears 6 times in the file. | 904 | |
| extension | MultipleStringLiteralsExtended | The String "u" appears 5 times in the file. | 904 | |
| extension | MultipleStringLiteralsExtended | The String "r" appears 2 times in the file. | 919 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 939 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 942 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 945 | |
| extension | MultipleStringLiteralsExtended | The String "chicken" appears 3 times in the file. | 945 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1064 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1067 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 1099 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 1101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 45 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 36 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 28 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 14 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 14 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "axe" appears 5 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "tub" appears 5 times in the file. | 193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 461 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 6 times in the file. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 92 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 89 times in the file. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 62 times in the file. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 16 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 18 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 7 times in the file. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "pants" appears 12 times in the file. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "cool" appears 15 times in the file. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "woot" appears 5 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 6 times in the file. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 3 times in the file. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 6 times in the file. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 461 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 462 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 488 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 489 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 498 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 499 | |
| extension | MultipleStringLiteralsExtended | The String "already" appears 2 times in the file. | 504 | |
| extension | MultipleStringLiteralsExtended | The String "there" appears 2 times in the file. | 504 | |
| extension | MultipleStringLiteralsExtended | The String "freshly" appears 2 times in the file. | 505 | |
| extension | MultipleStringLiteralsExtended | The String "added" appears 2 times in the file. | 505 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 509 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 530 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 535 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 540 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 541 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 546 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 547 | |
| extension | MultipleStringLiteralsExtended | The String "[]" appears 2 times in the file. | 552 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 580 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 583 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 35 times in the file. | 587 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 26 times in the file. | 587 | |
| extension | MultipleStringLiteralsExtended | The String "[c, d, e]" appears 2 times in the file. | 589 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalStateException" appears 2 times in the file. | 628 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 6 times in the file. | 679 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 682 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 3 times in the file. | 689 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 4 times in the file. | 689 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 706 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 713 | |
| extension | MultipleStringLiteralsExtended | The String "qux" appears 3 times in the file. | 830 | |
| extension | MultipleStringLiteralsExtended | The String "[a, b, c]" appears 2 times in the file. | 925 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 971 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 8 times in the file. | 971 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 973 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 6 times in the file. | 973 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 6 times in the file. | 973 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 986 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 988 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 994 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 996 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1009 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1011 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1017 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1027 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1044 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1045 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1055 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 3 times in the file. | 1068 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1078 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1088 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1133 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1200 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1246 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1253 | |
| extension | MultipleStringLiteralsExtended | The String "bob" appears 10 times in the file. | 1284 | |
| extension | MultipleStringLiteralsExtended | The String "jack" appears 3 times in the file. | 1286 | |
| extension | MultipleStringLiteralsExtended | The String "mary" appears 4 times in the file. | 1290 | |
| extension | MultipleStringLiteralsExtended | The String "sam" appears 2 times in the file. | 1297 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1304 | |
| extension | MultipleStringLiteralsExtended | The String "charlie" appears 2 times in the file. | 1315 | |
| extension | MultipleStringLiteralsExtended | The String "henry" appears 2 times in the file. | 1316 | |
| extension | MultipleStringLiteralsExtended | The String "apple" appears 2 times in the file. | 1317 | |
| extension | MultipleStringLiteralsExtended | The String "lemon" appears 2 times in the file. | 1318 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1337 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "no exception thrown" appears 13 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 61 times in the file. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 54 times in the file. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 24 times in the file. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 22 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 3 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 3 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 22 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 5 times in the file. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "pants" appears 29 times in the file. | 334 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "cool" appears 29 times in the file. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 365 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | MultipleStringLiteralsExtended | The String "woot" appears 7 times in the file. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 410 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 442 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 449 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 5 times in the file. | 453 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 3 times in the file. | 453 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 5 times in the file. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 528 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 534 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 542 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 546 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 552 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 554 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 562 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 566 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 570 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 572 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 576 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 581 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 614 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 616 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 619 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 677 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 679 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 681 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 682 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 688 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 691 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 13 times in the file. | 803 | |
| extension | MultipleStringLiteralsExtended | The String "already" appears 6 times in the file. | 866 | |
| extension | MultipleStringLiteralsExtended | The String "there" appears 7 times in the file. | 866 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 870 | |
| extension | MultipleStringLiteralsExtended | The String "freshly" appears 2 times in the file. | 875 | |
| extension | MultipleStringLiteralsExtended | The String "added" appears 2 times in the file. | 875 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 880 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 889 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 930 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 935 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 940 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 945 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 950 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 955 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 956 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 961 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 962 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 967 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 968 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 983 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 989 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 990 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 992 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 998 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 999 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1001 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1038 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1039 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1054 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1060 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1061 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1063 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1069 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1070 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1072 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1127 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1134 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 2 times in the file. | 1143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1147 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1149 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1159 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1160 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1161 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1213 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1236 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1238 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1258 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1274 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1276 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1278 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1310 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1311 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1314 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1319 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1332 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1411 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1424 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1437 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1448 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1467 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1476 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1485 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1499 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1517 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 8 times in the file. | 1551 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1552 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 3 times in the file. | 1552 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1554 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 2 times in the file. | 1554 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 2 times in the file. | 1554 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1560 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1570 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1584 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1586 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1632 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1637 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1641 | |
| extension | MultipleStringLiteralsExtended | The String "manny" appears 3 times in the file. | 1664 | |
| extension | MultipleStringLiteralsExtended | The String "mo" appears 8 times in the file. | 1664 | |
| extension | MultipleStringLiteralsExtended | The String "jack" appears 5 times in the file. | 1664 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1667 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1675 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1681 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 9 times in the file. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 47 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 37 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "cow" appears 10 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 4 times in the file. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 4 times in the file. | 387 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 4 times in the file. | 387 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 4 times in the file. | 387 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "[foo x 2, bar]" appears 3 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 6 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 6 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 10 times in the file. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 60 times in the file. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 59 times in the file. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "{bar=[1, 3], foo=[2]}" appears 2 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "[bar=1, foo=2, bar=3]" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "{foo=[2]}" appears 2 times in the file. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 320 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 321 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 322 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 4 times in the file. | 433 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 4 times in the file. | 433 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 4 times in the file. | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 10 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 6 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 5 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "D" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "E" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "toTest[" appears 2 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "] (" appears 2 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 6 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 10 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 15 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 13 times in the file. | 88 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "q" appears 2 times in the file. | 150 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 22 times in the file. | 419 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 16 times in the file. | 419 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 10 times in the file. | 419 | |
| extension | MultipleStringLiteralsExtended | The String "FOO" appears 2 times in the file. | 426 | |
| extension | MultipleStringLiteralsExtended | The String "no exception thrown" appears 2 times in the file. | 432 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 449 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 491 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 512 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 544 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 556 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 613 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 614 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 615 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 616 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 617 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 7 times in the file. | 681 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 711 | |
| extension | MultipleStringLiteralsExtended | The String "6" appears 3 times in the file. | 715 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 721 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 732 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 737 | |
| extension | MultipleStringLiteralsExtended | The String "did not detect end of list" appears 2 times in the file. | 778 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 785 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 787 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 796 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 834 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 863 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 865 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 867 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 869 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 871 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 879 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 894 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 949 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 950 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 380 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 514 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 586 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 595 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 602 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 733 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 734 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 793 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 797 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 817 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 821 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 831 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 833 | |
| extension | MoveVariableInsideIf | Variable 'map' can be moved inside the block at line '841' to restrict runtime creation. | 840 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 858 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 859 | |
| extension | MoveVariableInsideIf | Variable 'map' can be moved inside the block at line '870' to restrict runtime creation. | 869 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 890 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 891 | |
| extension | MoveVariableInsideIf | Variable 'map' can be moved inside the block at line '902' to restrict runtime creation. | 901 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 920 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 921 | |
| extension | MoveVariableInsideIf | Variable 'map' can be moved inside the block at line '932' to restrict runtime creation. | 931 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 953 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 954 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "aa" appears 2 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "aba" appears 2 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "bbbb" appears 2 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "ccccc" appears 2 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "banana" appears 7 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "toast" appears 7 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "eggplant" appears 7 times in the file. | 512 | |
| extension | MultipleStringLiteralsExtended | The String "spam" appears 7 times in the file. | 512 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 637 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 645 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 62 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 44 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 20 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "table size after adding " appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String " elements" appears 2 times in the file. | 159 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 163 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "Hello" appears 2 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "World" appears 2 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "first" appears 9 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "second" appears 7 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "polygene" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "lubricants" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "alpha" appears 2 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "betical" appears 2 times in the file. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 10 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 6 times in the file. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 354 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 372 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 373 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | MultipleStringLiteralsExtended | The String "equal" appears 2 times in the file. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 387 | |
| extension | MultipleStringLiteralsExtended | The String "not equal: only on right={1=2}" appears 2 times in the file. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 397 | |
| extension | MultipleStringLiteralsExtended | The String "not equal: only on left={1=2}" appears 2 times in the file. | 402 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 13 times in the file. | 406 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 13 times in the file. | 406 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 10 times in the file. | 407 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 12 times in the file. | 407 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 15 times in the file. | 407 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 410 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | MultipleStringLiteralsExtended | The String "not equal: only on left={6=z}: only on right={2=b, 4=d}: " appears 2 times in the file. | 433 | |
| extension | MultipleStringLiteralsExtended | The String "value differences={3=(f, c), 5=(g, e)}" appears 2 times in the file. | 434 | |
| extension | MultipleStringLiteralsExtended | The String "h" appears 2 times in the file. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 3 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "G" appears 3 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "Z" appears 3 times in the file. | 456 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 471 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 485 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 499 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 500 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 506 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 511 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 521 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 531 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 552 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 569 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 594 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 3 times in the file. | 606 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 638 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 81 times in the file. | 647 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 75 times in the file. | 647 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 88 times in the file. | 647 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 13 times in the file. | 651 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 55 times in the file. | 662 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 681 | |
| extension | MultipleStringLiteralsExtended | The String "onea" appears 2 times in the file. | 704 | |
| extension | MultipleStringLiteralsExtended | The String "r" appears 8 times in the file. | 755 | |
| extension | MultipleStringLiteralsExtended | The String "m" appears 2 times in the file. | 760 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 770 | |
| extension | MultipleStringLiteralsExtended | The String "six" appears 3 times in the file. | 845 | |
| extension | MultipleStringLiteralsExtended | The String "zzz" appears 3 times in the file. | 863 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 902 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 951 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1021 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 5 times in the file. | 1022 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 3 times in the file. | 1027 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 1042 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1045 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1049 | |
| extension | MultipleStringLiteralsExtended | The String "java.version" appears 4 times in the file. | 1049 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1058 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1207 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1211 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1216 | |
| extension | MultipleStringLiteralsExtended | The String "UnsupportedOperationException expected" appears 30 times in the file. | 1219 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1233 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1309 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1317 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1325 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1333 | |
| extension | MultipleStringLiteralsExtended | The String "yyy" appears 2 times in the file. | 1354 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1455 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 17 times in the file. | 1460 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 13 times in the file. | 1461 | |
| extension | MultipleStringLiteralsExtended | The String "horse" appears 10 times in the file. | 1462 | |
| extension | MultipleStringLiteralsExtended | The String "chicken" appears 6 times in the file. | 1466 | |
| extension | MultipleStringLiteralsExtended | The String "cow" appears 2 times in the file. | 1470 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1503 | |
| extension | MultipleStringLiteralsExtended | The String "apple" appears 2 times in the file. | 1531 | |
| extension | MultipleStringLiteralsExtended | The String "banana" appears 10 times in the file. | 1532 | |
| extension | MultipleStringLiteralsExtended | The String "emu" appears 2 times in the file. | 1551 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 4 times in the file. | 1576 | |
| extension | MultipleStringLiteralsExtended | The String "9" appears 3 times in the file. | 1576 | |
| extension | MultipleStringLiteralsExtended | The String "a4" appears 3 times in the file. | 1586 | |
| extension | MultipleStringLiteralsExtended | The String "b9" appears 3 times in the file. | 1586 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1673 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1699 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1730 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 23 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 18 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 13 times in the file. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 4 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 2 times in the file. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 2 times in the file. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 295 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 23 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 18 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 13 times in the file. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 4 times in the file. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 2 times in the file. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 276 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 2 times in the file. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 290 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 311 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 312 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 354 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 359 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 360 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 371 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 380 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 133 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 198 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 214 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "Heap is not intact after remove()" appears 5 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "Heap does not contain 3" appears 2 times in the file. | 296 | |
| extension | MultipleStringLiteralsExtended | The String "Heap contains two 1's" appears 2 times in the file. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "Heap contains 1" appears 2 times in the file. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "Heap does not contain anything" appears 2 times in the file. | 307 | |
| extension | MultipleStringLiteralsExtended | The String "Iterator has reached end prematurely" appears 2 times in the file. | 315 | |
| extension | MultipleStringLiteralsExtended | The String "Heap is not intact initially" appears 7 times in the file. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 411 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 413 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 415 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | MultipleStringLiteralsExtended | The String "Heap is not intact after remove" appears 2 times in the file. | 448 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 2 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "barfoo" appears 2 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "larry" appears 4 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "sergey" appears 6 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "eric" appears 3 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "Could not remove larry" appears 2 times in the file. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 662 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 677 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 689 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 690 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 691 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 720 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 845 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 846 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 847 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 848 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 850 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 851 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 854 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 855 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 856 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 859 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 860 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 861 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 865 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 866 | |
| extension | MultipleStringLiteralsExtended | The String "Should overflow" appears 2 times in the file. | 869 | |
| extension | MultipleStringLiteralsExtended | The String "Should be negative" appears 2 times in the file. | 879 | |
| extension | MultipleStringLiteralsExtended | The String "Using seed " appears 2 times in the file. | 934 | |
| extension | MultipleStringLiteralsExtended | The String ". State " appears 2 times in the file. | 934 | |
| extension | MultipleStringLiteralsExtended | The String "Started with " appears 2 times in the file. | 941 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 18 times in the file. | 100 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 16 times in the file. | 178 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 218 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 222 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 226 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 10 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 9 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 4 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 4 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 4 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "january" appears 2 times in the file. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "february" appears 2 times in the file. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "march" appears 2 times in the file. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "april" appears 2 times in the file. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "may" appears 2 times in the file. | 342 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "badkey" appears 2 times in the file. | 36 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 29 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 15 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 50 times in the file. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 30 times in the file. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 4 times in the file. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "UnsupportedOperationException expected" appears 7 times in the file. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "pwnd" appears 2 times in the file. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 349 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 404 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 405 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 9 times in the file. | 410 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 431 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 440 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 442 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | MultipleStringLiteralsExtended | The String "cow" appears 3 times in the file. | 464 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 482 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 483 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 486 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 487 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 488 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 489 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 490 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 491 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 492 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 493 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 494 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 496 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 497 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 549 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 9 times in the file. | 582 | |
| extension | MultipleStringLiteralsExtended | The String "[3, 1, 4]" appears 2 times in the file. | 607 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 615 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 616 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 623 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 630 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 649 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 662 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 664 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 665 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 684 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 715 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 8 times in the file. | 746 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 4 times in the file. | 749 | |
| extension | MultipleStringLiteralsExtended | The String "Inky" appears 2 times in the file. | 776 | |
| extension | MultipleStringLiteralsExtended | The String "Blinky" appears 2 times in the file. | 777 | |
| extension | MultipleStringLiteralsExtended | The String "Pinky" appears 4 times in the file. | 778 | |
| extension | MultipleStringLiteralsExtended | The String "Clyde" appears 2 times in the file. | 780 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 4 times in the file. | 818 | |
| extension | MultipleStringLiteralsExtended | The String "a4" appears 2 times in the file. | 907 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "equalIn1" appears 2 times in the file. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "fewerIn1" appears 2 times in the file. | 227 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 3 times in the file. | 242 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 12 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 7 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 9 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 12 times in the file. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 91 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 57 times in the file. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 15 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 71 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 7 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 7 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 3 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 3 times in the file. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 12 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 8 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 4 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "): " appears 2 times in the file. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "b" appears 7 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 11 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 5 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 2 times in the file. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 365 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 370 | |
| extension | MultipleStringLiteralsExtended | The String "to" appears 4 times in the file. | 370 | |
| extension | MultipleStringLiteralsExtended | The String "be" appears 2 times in the file. | 370 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 371 | |
| extension | MultipleStringLiteralsExtended | The String "or" appears 2 times in the file. | 371 | |
| extension | MultipleStringLiteralsExtended | The String "not" appears 2 times in the file. | 371 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "that" appears 2 times in the file. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 387 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 475 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 476 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 479 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 480 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 484 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 485 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 486 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 487 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 488 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 489 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 490 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 502 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 509 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 516 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 539 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 546 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 553 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 560 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 567 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 574 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 582 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 590 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 598 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 606 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 614 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 622 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 630 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 638 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 646 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 654 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 722 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 732 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 767 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 774 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 840 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 850 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 935 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 936 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A" appears 8 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 10 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 6 times in the file. | 102 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 119 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 150 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 156 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 162 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 174 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 179 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 185 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 228 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 236 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalArgumentException" appears 2 times in the file. | 243 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 274 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 343 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 311 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 320 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 321 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 329 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 330 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 334 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 556 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 557 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 558 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 559 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 8 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 8 times in the file. | 31 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "blah" appears 4 times in the file. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 5 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 4 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 3 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "xq" appears 2 times in the file. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "Tom" appears 8 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "Joe" appears 5 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "Dave" appears 6 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "Dick" appears 4 times in the file. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "Harry" appears 5 times in the file. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "yyy" appears 4 times in the file. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "zzz" appears 4 times in the file. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 512 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 8 times in the file. | 513 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 519 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 561 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 562 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 563 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 697 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 699 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 739 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 740 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 741 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 742 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 743 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 3 times in the file. | 749 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 3 times in the file. | 749 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 832 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 834 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 835 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 836 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 837 | |
| extension | MultipleStringLiteralsExtended | The String "notASet" appears 2 times in the file. | 837 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 975 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 976 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1123 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 1132 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1147 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1158 | |
| extension | MultipleStringLiteralsExtended | The String "UnsupportedOperationException expected" appears 14 times in the file. | 1162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "blah" appears 10 times in the file. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 29 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 32 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 35 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "p" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 55 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 76 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 85 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 94 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 103 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 112 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 11 times in the file. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 7 times in the file. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 213 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 12 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 8 times in the file. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 16 times in the file. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 397 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 404 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 411 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 6 times in the file. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 11 times in the file. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 32 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 23 times in the file. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 5 times in the file. | 364 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 19 times in the file. | 412 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 4 times in the file. | 716 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 11 times in the file. | 764 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 10 times in the file. | 793 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 10 times in the file. | 794 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 10 times in the file. | 795 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 858 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1126 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 2 times in the file. | 1177 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 4 times in the file. | 1216 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 1246 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 1254 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1299 | |
| extension | MultipleStringLiteralsExtended | The String "apple" appears 2 times in the file. | 1321 | |
| extension | MultipleStringLiteralsExtended | The String "banana" appears 2 times in the file. | 1322 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Expected UnsupportedOperationException" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 30 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 38 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 29 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 19 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 7 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 3 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "n" appears 3 times in the file. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 58 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 12 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 29 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "{bar={1=b}, foo={1=a, 3=c}}" appears 2 times in the file. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 5 times in the file. | 266 | |
| extension | MultipleStringLiteralsExtended | The String "egg" appears 2 times in the file. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 5 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "[1]" appears 2 times in the file. | 387 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 404 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 405 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 407 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "google" appears 17 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "tree" appears 14 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "yahoo" appears 3 times in the file. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 8 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 7 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 3 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 3 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 3 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "--below" appears 2 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "~above" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "google" appears 11 times in the file. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 22 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "tree" appears 10 times in the file. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 10 times in the file. | 293 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 351 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 353 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 4 times in the file. | 424 | |
| extension | MultipleStringLiteralsExtended | The String "o" appears 6 times in the file. | 425 | |
| extension | MultipleStringLiteralsExtended | The String "r" appears 4 times in the file. | 429 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 2 times in the file. | 481 | |
| extension | MultipleStringLiteralsExtended | The String "h" appears 2 times in the file. | 482 | |
| extension | MultipleStringLiteralsExtended | The String "No bridge method found" appears 2 times in the file. | 510 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 9 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 5 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "[bar, foo x 2]" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 33 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 29 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 43 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 21 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 18 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 17 times in the file. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "banana" appears 4 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "frisbee" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "fruitcake" appears 4 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "elephant" appears 4 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "umbrella" appears 4 times in the file. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 275 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 276 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 2 times in the file. | 607 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 704 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 708 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 86 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 634 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 636 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 644 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 646 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 648 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hdabcegf" appears 2 times in the file. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 33 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 5 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 3 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "{" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "}" appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "first" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "last" appears 2 times in the file. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The Quick Brown Fox" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "X" appears 3 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "\0\uFFFF" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "The Quick Brown Fox!" appears 5 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "_" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "<hello><hi><lo>" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "x\uD800\uDC00" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "\uD800x\uDC00" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "should have failed for bad Unicode input" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "\uDC00\uD800" appears 2 times in the file. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 43 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "][" appears 4 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 5 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "Trailing high surrogate should cause exception" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "xyz" appears 4 times in the file. | 143 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "handleInteger" appears 3 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "handleString" appears 2 times in the file. | 52 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 91 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Correct string should be delivered." appears 2 times in the file. | 52 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Attempting to unregister an unregistered object succeeded" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "Two correct events should be delivered." appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "Shouldn't catch any more events when unregistered." appears 3 times in the file. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "recordingMethod" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 96 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 134 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException: " appears 3 times in the file. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 253 position 33 need optimization. All method calls are advised to move to end of logic expression. | 253 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 260 position 39 need optimization. All method calls are advised to move to end of logic expression. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 618 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 626 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 634 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 635 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 645 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 654 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 666 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 667 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 678 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 686 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 695 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 725 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 735 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException: " appears 2 times in the file. | 356 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 373 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "i" appears 6 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 6 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "p" appears 6 times in the file. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1-2" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "source" appears 6 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "target" appears 6 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "chicken" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "egg" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "node" appears 8 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected edge type: " appears 3 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1-2a" appears 2 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "1-2b" appears 2 times in the file. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "5-6" appears 2 times in the file. | 366 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A" appears 23 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 13 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "AA" appears 4 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "AB" appears 5 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A" appears 11 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 9 times in the file. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "new value" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 7 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "non-null key" appears 4 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "non-null value" appears 3 times in the file. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected edge type: " appears 3 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 3 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 43 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A" appears 9 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 7 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 38 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ba" appears 5 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "ac" appears 12 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "ab" appears 28 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "bd" appears 14 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "cd" appears 13 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "ca" appears 4 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "bc" appears 14 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "da" appears 5 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "hd" appears 5 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "hg" appears 4 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "db" appears 19 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "dc" appears 8 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "ed" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "fe" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "abcdef" appears 2 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "bf" appears 2 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "bfaecd" appears 2 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "abcd" appears 22 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 19 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "bcd" appears 7 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 58 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "acdb" appears 4 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "cadb" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "acbd" appears 2 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "cb" appears 3 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "cbad" appears 5 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "bcda" appears 10 times in the file. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "cdab" appears 5 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "dabc" appears 10 times in the file. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "bdca" appears 2 times in the file. | 237 | |
| extension | MultipleStringLiteralsExtended | The String "dcab" appears 2 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "hdegabcf" appears 3 times in the file. | 264 | |
| extension | MultipleStringLiteralsExtended | The String "gd" appears 6 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "gdfabc" appears 2 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "bdgh" appears 3 times in the file. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 12 times in the file. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "abecfd" appears 2 times in the file. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "bacefd" appears 2 times in the file. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "abdc" appears 5 times in the file. | 379 | |
| extension | MultipleStringLiteralsExtended | The String "cabd" appears 2 times in the file. | 400 | |
| extension | MultipleStringLiteralsExtended | The String "hdabcegf" appears 4 times in the file. | 453 | |
| extension | MultipleStringLiteralsExtended | The String "gfdabc" appears 2 times in the file. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "fcebda" appears 2 times in the file. | 545 | |
| extension | MultipleStringLiteralsExtended | The String "efcdab" appears 2 times in the file. | 553 | |
| extension | MultipleStringLiteralsExtended | The String "dbca" appears 5 times in the file. | 560 | |
| extension | MultipleStringLiteralsExtended | The String "dbac" appears 2 times in the file. | 581 | |
| extension | MultipleStringLiteralsExtended | The String "dcba" appears 5 times in the file. | 597 | |
| extension | MultipleStringLiteralsExtended | The String "adcb" appears 6 times in the file. | 598 | |
| extension | MultipleStringLiteralsExtended | The String "badc" appears 3 times in the file. | 599 | |
| extension | MultipleStringLiteralsExtended | The String "abcdefgh" appears 4 times in the file. | 634 | |
| extension | MultipleStringLiteralsExtended | The String "fgabcd" appears 2 times in the file. | 644 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 9 times in the file. | 728 | |
| extension | MultipleStringLiteralsExtended | The String "Expected exception" appears 3 times in the file. | 740 | |
| extension | MultipleStringLiteralsExtended | The String "h" appears 4 times in the file. | 801 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 3 times in the file. | 803 | |
| extension | MultipleStringLiteralsExtended | The String "bg" appears 3 times in the file. | 838 | |
| extension | MultipleStringLiteralsExtended | The String "ga" appears 3 times in the file. | 839 | |
| extension | MultipleStringLiteralsExtended | The String "dg" appears 3 times in the file. | 905 | |
| extension | MultipleStringLiteralsExtended | The String "dga" appears 2 times in the file. | 907 | |
| extension | MultipleStringLiteralsExtended | The String "cdba" appears 4 times in the file. | 1068 | |
| extension | MultipleStringLiteralsExtended | The String "cdb" appears 3 times in the file. | 1069 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1176 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default" appears 10 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "valueA" appears 18 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "valueB" appears 22 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "valueC" appears 18 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "valueD" appears 10 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 18 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException: " appears 3 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "irrelevant" appears 2 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "1-2" appears 2 times in the file. | 300 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "BF should not contain " appears 3 times in the file. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 312 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 380 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 381 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 412 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 439 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 440 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 444 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 445 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 447 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 449 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 450 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 460 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 492 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Z" appears 2 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 2 times in the file. | 33 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "hell" appears 2 times in the file. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 2 times in the file. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "hello " appears 2 times in the file. | 45 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "hello w" appears 2 times in the file. | 46 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "hello wo" appears 2 times in the file. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "hello wor" appears 2 times in the file. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "The quick brown fox jumps over the lazy dog" appears 2 times in the file. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "The quick brown fox jumps over the lazy cog" appears 2 times in the file. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 105 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 106 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "quux" appears 2 times in the file. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "cdab0000" appears 4 times in the file. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "00ab0000" appears 2 times in the file. | 128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "7f8005ff0e" appears 3 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 311 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 352 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "determined after " appears 2 times in the file. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 476 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 503 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 541 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 629 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 642 | |
| extension | MultipleStringLiteralsExtended | The String "ab" appears 2 times in the file. | 644 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 644 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 645 | |
| extension | MultipleStringLiteralsExtended | The String "bc" appears 2 times in the file. | 645 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 209 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 250 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 417 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 418 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 419 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "00000000" appears 3 times in the file. | 432 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "secret key" appears 5 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "HmacMD5" appears 10 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "HmacSHA1" appears 4 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "HmacSHA256" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "HmacSHA512" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 4 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "world" appears 4 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "!!!" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "RAW" appears 2 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "The quick brown fox jumps over the lazy dog" appears 5 times in the file. | 145 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "8cbf764cbe2e4623d99a41354adfd390" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "9753980fe94daa8ecaa82216519393a9" appears 4 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "Hashing.hmacMd5(Key[algorithm=HmacMD5, format=RAW])" appears 2 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "Hashing.hmacSha1(Key[algorithm=HmacSHA1, format=RAW])" appears 2 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "Hashing.hmacSha256(Key[algorithm=HmacSHA256, format=RAW])" appears 2 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "Hashing.hmacSha512(Key[algorithm=HmacSHA512, format=RAW])" appears 2 times in the file. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "Hi There" appears 2 times in the file. | 291 | |
| extension | MultipleStringLiteralsExtended | The String "Jefe" appears 2 times in the file. | 297 | |
| extension | MultipleStringLiteralsExtended | The String "what do ya want for nothing?" appears 2 times in the file. | 298 | |
| extension | MultipleStringLiteralsExtended | The String "0102030405060708090a0b0c0d0e0f10111213141516171819" appears 2 times in the file. | 311 | |
| extension | MultipleStringLiteralsExtended | The String "Test With Truncation" appears 2 times in the file. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "Test Using Larger Than Block-Size Key - Hash Key First" appears 2 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data" appears 2 times in the file. | 333 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "2fd4e1c67a2d28fced849ee1bb76e7391b93eb12" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "The quick brown fox jumps over the lazy dog" appears 2 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 30 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 30 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 33 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 33 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 35 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 35 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 37 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "The quick brown fox jumps over the lazy dog" appears 2 times in the file. | 37 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 29 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 30 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 33 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 37 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 38 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 40 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 46 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "hell" appears 2 times in the file. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 2 times in the file. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "http://www.google.com/" appears 2 times in the file. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "The quick brown fox jumps over the lazy dog" appears 2 times in the file. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "ABCDefGHI\u0799" appears 2 times in the file. | 69 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 83 position 12 need optimization. All method calls are advised to move to end of logic expression. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 40 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 42 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "Hashing.sipHash24(" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "xxx" appears 2 times in the file. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Hello" appears 2 times in the file. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Hello, World!" appears 2 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IOException due to writer already closed" appears 2 times in the file. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\n" appears 5 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 30 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "$" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 17 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "Zg==" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "fo" appears 12 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Zm8=" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 24 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9v" appears 6 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "foob" appears 12 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9vYg==" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "fooba" appears 12 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9vYmE=" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9vYmFy" appears 7 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "Zg" appears 3 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "A\u007f" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Unrecognized character: 0x7f" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Wf2!" appears 3 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "let's not talk of love or chains!" appears 3 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid input length 5" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "AB=C" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "Unrecognized character: =" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "?" appears 3 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid input length 1" appears 5 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "Zg~~" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "Zm8~" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9vYg~~" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9vYmE~" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "Zm8" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9vYg" appears 2 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9vYmE" appears 2 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "MY======" appears 2 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "MZXQ====" appears 2 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "MZXW6===" appears 3 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "MZXW6YQ=" appears 2 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "MZXW6YTB" appears 3 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "MZXW6YTBOI======" appears 3 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 3 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "ABC" appears 3 times in the file. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "ABCDEF" appears 2 times in the file. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "CO======" appears 2 times in the file. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "CPNG====" appears 2 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "CPNMU===" appears 3 times in the file. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "CPNMUOG=" appears 2 times in the file. | 271 | |
| extension | MultipleStringLiteralsExtended | The String "CPNMUOJ1" appears 2 times in the file. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "CPNMUOJ1E8======" appears 2 times in the file. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "666F6F626172" appears 2 times in the file. | 320 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 2 times in the file. | 359 | |
| extension | MultipleStringLiteralsExtended | The String ";;" appears 2 times in the file. | 359 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | MultipleStringLiteralsExtended | The String "Expected DecodingException" appears 2 times in the file. | 415 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 74 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 341 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 352 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 382 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 384 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 386 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 388 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 389 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 390 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 392 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 394 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 414 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 423 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 112 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "expected exception" appears 14 times in the file. | 86 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "Kilroy was here" appears 2 times in the file. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 377 | |
| extension | MultipleStringLiteralsExtended | The String "r\u00C9sum\u00C9" appears 4 times in the file. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 3 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 60 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 62 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "something" appears 2 times in the file. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "ABC" appears 4 times in the file. | 248 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 255 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 257 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 269 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 79 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 81 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a\nb\nc" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 86 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 112 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 183 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 240 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | MultipleStringLiteralsExtended | The String "thrown" appears 2 times in the file. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | MultipleStringLiteralsExtended | The String "Suppressing exception thrown when closing " appears 2 times in the file. | 304 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 330 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 341 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 359 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 438 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "some-file" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "file-a" appears 3 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "dir-1" appears 3 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "dir-1/file-b" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "dir-1/dir-2" appears 2 times in the file. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "." appears 3 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/d" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b" appears 6 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 7 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "/a" appears 6 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String ".." appears 5 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "../.." appears 3 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "../this" appears 2 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "../this/is/ok" appears 2 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 5 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String ".b" appears 3 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String ".metadata/b" appears 3 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "..a" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "/..a" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "/..a/..b" appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "/.....a/..b" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "..../...." appears 2 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "..a../..b.." appears 2 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g" appears 10 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/./g" appears 2 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g/" appears 2 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g?y" appears 4 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g#s" appears 4 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g?y#s" appears 4 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/;x" appears 4 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g;x" appears 4 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g;x?y#s" appears 4 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c" appears 4 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/." appears 2 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/./" appears 2 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/.." appears 2 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/../" appears 2 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/g" appears 4 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/../g" appears 2 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/../.." appears 2 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/../../" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "/a/g" appears 2 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/../../g" appears 2 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g." appears 4 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/.g" appears 4 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g.." appears 4 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/..g" appears 4 times in the file. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/./../g" appears 2 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/./g/." appears 2 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g/h" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g/./h" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/h" appears 2 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g/../h" appears 2 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g;x=1/y" appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g;x=1/./y" appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/y" appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g;x=1/../y" appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "/g" appears 2 times in the file. | 242 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ascii.txt" appears 11 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "i18n.txt" appears 10 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "expected exception" appears 8 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "Expected an IAE to be thrown but wasn't" appears 2 times in the file. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "nonexistent.file" appears 4 times in the file. | 317 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "parent" appears 2 times in the file. | 330 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 332 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 345 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 352 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 410 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 442 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 6 times in the file. | 451 | |
| extension | MultipleStringLiteralsExtended | The String " world " appears 5 times in the file. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 461 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 512 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 550 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 579 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 590 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 591 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 598 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 599 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 602 | |
| extension | MultipleStringLiteralsExtended | The String "txt" appears 5 times in the file. | 617 | |
| extension | MultipleStringLiteralsExtended | The String ".txt" appears 2 times in the file. | 617 | |
| extension | MultipleStringLiteralsExtended | The String "blah.txt" appears 2 times in the file. | 618 | |
| extension | MultipleStringLiteralsExtended | The String "blah..txt" appears 2 times in the file. | 619 | |
| extension | MultipleStringLiteralsExtended | The String ".blah.txt" appears 2 times in the file. | 620 | |
| extension | MultipleStringLiteralsExtended | The String "/tmp/blah.txt" appears 2 times in the file. | 621 | |
| extension | MultipleStringLiteralsExtended | The String "blah.tar.gz" appears 2 times in the file. | 622 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 623 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 3 times in the file. | 624 | |
| extension | MultipleStringLiteralsExtended | The String ".." appears 3 times in the file. | 625 | |
| extension | MultipleStringLiteralsExtended | The String "..." appears 2 times in the file. | 626 | |
| extension | MultipleStringLiteralsExtended | The String "blah" appears 8 times in the file. | 627 | |
| extension | MultipleStringLiteralsExtended | The String "blah." appears 3 times in the file. | 628 | |
| extension | MultipleStringLiteralsExtended | The String ".blah." appears 2 times in the file. | 629 | |
| extension | MultipleStringLiteralsExtended | The String "/foo.bar/blah" appears 2 times in the file. | 630 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/.bar/blah" appears 2 times in the file. | 631 | |
| extension | MultipleStringLiteralsExtended | The String ".blah" appears 2 times in the file. | 638 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 705 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 706 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 708 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 709 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\n" appears 7 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "\r\n" appears 4 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "\r" appears 8 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "no newlines at all" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "no newline at end" appears 2 times in the file. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Herby Derby" appears 2 times in the file. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 125 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 132 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 40 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Herby Derby" appears 2 times in the file. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 58 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "r\u00C9sum\u00C9" appears 3 times in the file. | 85 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 89 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 92 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 101 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 106 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 109 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 118 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 123 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "abcdefgh" appears 2 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testdata/i18n.txt" appears 4 times in the file. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "no such resource" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "com/google/common/io/testdata/i18n.txt" appears 3 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "Should get IllegalArgumentException" appears 2 times in the file. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " [" appears 2 times in the file. | 92 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 12 times in the file. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 429 | |
| extension | MultipleStringLiteralsExtended | The String "-9223372036854775808" appears 2 times in the file. | 429 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 430 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 432 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 433 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 440 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 458 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ArithmeticException" appears 12 times in the file. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 362 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 367 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 368 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 378 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 380 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 414 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 15 times in the file. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 484 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 496 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 520 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 527 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 534 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 562 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 565 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 568 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 592 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 593 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 602 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 603 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 611 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 619 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 620 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 627 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "nextDown" appears 2 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ArithmeticException" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 17 times in the file. | 81 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 116 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 165 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | MultipleStringLiteralsExtended | The String "^" appears 4 times in the file. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 4 times in the file. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 497 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 511 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 513 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 527 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 529 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 601 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 602 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ArithmeticException" appears 8 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 18 times in the file. | 81 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 116 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 157 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 387 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 576 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 614 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 627 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 647 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 712 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 789 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 795 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 870 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 871 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 926 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 938 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 33 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "int" appears 12 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "long" appears 9 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "BigInteger" appears 5 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "float" appears 6 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "double" appears 6 times in the file. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalStateException" appears 22 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "population covariance of " appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "population covariance by addAll(PairedStats) of " appears 2 times in the file. | 215 | |
| extension | MoveVariableInsideIf | Variable 'pearsonsCorrelationCoefficientByAddAllPartitionedPairedStats' can be moved inside the block at line '350' to restrict runtime creation. | 341 | |
| extension | MultipleStringLiteralsExtended | The String "Pearson's correlation coefficient of " appears 2 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "Pearson's correlation coefficient by addAll(PairedStats) of " appears 2 times in the file. | 347 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalStateException" appears 13 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "population covariance of " appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "Pearson's correlation coefficient of " appears 2 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 3 times in the file. | 316 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "Mismatch between %s and %s" appears 2 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 401 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 403 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 405 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 413 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 491 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 492 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | MultipleStringLiteralsExtended | The String "quantile at index " appears 2 times in the file. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 598 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 19 times in the file. | 603 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalStateException" appears 25 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "mean of " appears 5 times in the file. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "mean by addAll(Stats) of " appears 5 times in the file. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "population variance of " appears 2 times in the file. | 381 | |
| extension | MultipleStringLiteralsExtended | The String "population variance by addAll(Stats) of " appears 2 times in the file. | 382 | |
| extension | MultipleStringLiteralsExtended | The String "max of " appears 3 times in the file. | 632 | |
| extension | MultipleStringLiteralsExtended | The String "max by addAll(Stats) of " appears 3 times in the file. | 633 | |
| extension | MultipleStringLiteralsExtended | The String "min of " appears 3 times in the file. | 691 | |
| extension | MultipleStringLiteralsExtended | The String "min by addAll(Stats) of " appears 3 times in the file. | 692 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalStateException" appears 16 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "mean of " appears 10 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "population variance of " appears 2 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "max of " appears 3 times in the file. | 412 | |
| extension | MultipleStringLiteralsExtended | The String "min of " appears 3 times in the file. | 452 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 5 times in the file. | 510 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalStateException" appears 8 times in the file. | 336 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 504 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "google.com" appears 6 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "192.0.2.1" appears 4 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "[2001::1]" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "2001::1" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "2001::3" appears 4 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "host" appears 4 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "gmail.com:81" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "gmail.com" appears 7 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "192.0.2.2:83" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "192.0.2.2" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "[2001::2]:85" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "2001::2" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "x:y:z" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "\nOMG\t" appears 2 times in the file. | 92 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "gmail.com:80" appears 2 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 5 times in the file. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "[::1]" appears 4 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "::1" appears 4 times in the file. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "host:80" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "foo::123" appears 4 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "[foo::123]" appears 3 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 3 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "foo:101" appears 2 times in the file. | 230 | |
| extension | MultipleStringLiteralsExtended | The String ":102" appears 2 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "1::2" appears 3 times in the file. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "[::1]:104" appears 3 times in the file. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "[[:]]:108" appears 2 times in the file. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1.2.3.4" appears 3 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "2001:db8::1" appears 3 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "[2001:db8::1]" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "google.com" appears 4 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 73 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 85 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "016.016.016.016" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "IllegalArgumentException expected for '" appears 5 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 9 times in the file. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "192.168.0.1" appears 4 times in the file. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "3ffe::1" appears 6 times in the file. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "7::0.128.0.127" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "7::0.128.0.128" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "7::128.128.0.127" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "7::0.128.128.127" appears 2 times in the file. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "1.2.3.4" appears 14 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "%" appears 3 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "InetAddresses.isInetAddress(" appears 3 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String ") should be false but was true" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "0:0:0:0:0:0:0:1" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "1:2:3:4:5:6:7:8" appears 2 times in the file. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "2001:0:3:4:5:6:7:8" appears 2 times in the file. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "::" appears 8 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "0:0:0:0:0:0:0:0" appears 2 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "::1" appears 7 times in the file. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "::102:304" appears 2 times in the file. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "::1.2.3.4" appears 7 times in the file. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "192.168.1.1" appears 3 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "3ffe:0:0:0:0:0:0:1" appears 3 times in the file. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "[3ffe:0:0:0:0:0:0:1]" appears 2 times in the file. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "192.0.2.1" appears 2 times in the file. | 277 | |
| extension | MultipleStringLiteralsExtended | The String "[::ffff:192.0.2.1]" appears 2 times in the file. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "[192.168.1.1" appears 2 times in the file. | 286 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | MultipleStringLiteralsExtended | The String "192.168.1.1]" appears 2 times in the file. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | MultipleStringLiteralsExtended | The String "192.168.999.888" appears 2 times in the file. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 290 | |
| extension | MultipleStringLiteralsExtended | The String "www.google.com" appears 2 times in the file. | 290 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 | |
| extension | MultipleStringLiteralsExtended | The String "[3ffe:0:0:0:0:0:0:1" appears 2 times in the file. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "3ffe:0:0:0:0:0:0:1]" appears 2 times in the file. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "::ffff:192.0.2.1" appears 2 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "expected IllegalArgumentException" appears 11 times in the file. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 371 | |
| extension | MultipleStringLiteralsExtended | The String "checking '" appears 4 times in the file. | 385 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 397 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 410 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 431 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 432 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 433 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "2002:0102:0304::1" appears 5 times in the file. | 449 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "2001:0000:4136:e378:8000:63bf:3fff:fdd2" appears 5 times in the file. | 471 | |
| extension | MultipleStringLiteralsExtended | The String "192.0.2.45" appears 3 times in the file. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | MultipleStringLiteralsExtended | The String "0.0.0.0" appears 5 times in the file. | 493 | |
| extension | MultipleStringLiteralsExtended | The String "2001:db8::5efe:102:304" appears 2 times in the file. | 503 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 522 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 530 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 544 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 548 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 552 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 558 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | MultipleStringLiteralsExtended | The String "127.0.0.1" appears 5 times in the file. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | MultipleStringLiteralsExtended | The String "255.255.255.254" appears 2 times in the file. | 664 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 665 | |
| extension | MultipleStringLiteralsExtended | The String "255.255.255.255" appears 3 times in the file. | 667 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 668 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 671 | |
| extension | MultipleStringLiteralsExtended | The String "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff" appears 3 times in the file. | 673 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 674 | |
| extension | MultipleStringLiteralsExtended | The String "172.24.66.0" appears 2 times in the file. | 678 | |
| extension | MultipleStringLiteralsExtended | The String "172.24.66.255" appears 2 times in the file. | 679 | |
| extension | MultipleStringLiteralsExtended | The String "172.24.67.0" appears 2 times in the file. | 680 | |
| extension | MultipleStringLiteralsExtended | The String "2001:db8::6600" appears 2 times in the file. | 701 | |
| extension | MultipleStringLiteralsExtended | The String "2001:db8::66ff" appears 2 times in the file. | 702 | |
| extension | MultipleStringLiteralsExtended | The String "2001:db8::6700" appears 2 times in the file. | 703 | |
| extension | MultipleStringLiteralsExtended | The String "BigInteger must be greater than or equal to 0" appears 2 times in the file. | 776 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "j\u00f8rpeland.no" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "xn--jrpeland-54a.no" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "foo.com" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "www" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "127.0.0.1" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "::1" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 3 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "..." appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "com" appears 6 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "co.uk" appears 3 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "foo.blogspot.com" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "pvt.k12.ca.us" appears 2 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "www.google.com" appears 3 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "home.netscape.com" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "google.com" appears 9 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "foo.Co.uk" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "foo.ca.us." appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "foo.bar.google.com" appears 3 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "a.b.co.uk" appears 2 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "x.y.ca.us" appears 2 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "state.ca.us" appears 2 times in the file. | 208 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 435 | |
| extension | MultipleStringLiteralsExtended | The String "foo.city.yokohama.jp" appears 2 times in the file. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | MultipleStringLiteralsExtended | The String "yokohama.jp" appears 2 times in the file. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 458 | |
| extension | MultipleStringLiteralsExtended | The String "www.essex.sch.uk" appears 4 times in the file. | 465 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 466 | |
| extension | MultipleStringLiteralsExtended | The String "essex.sch.uk" appears 2 times in the file. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 485 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "text" appears 22 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "…" appears 8 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 29 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "yams" appears 10 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 3 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain" appears 23 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "application/atom+xml; charset=utf-8" appears 3 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "plain" appears 17 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "atom+xml" appears 2 times in the file. | 220 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 10 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 6 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 6 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "charset" appears 4 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "utf-8" appears 2 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "image/gif" appears 3 times in the file. | 235 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain; a=1; a=2; b=3" appears 4 times in the file. | 242 | |
| extension | MultipleStringLiteralsExtended | The String "@" appears 3 times in the file. | 252 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain; a=1" appears 4 times in the file. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain; a=1; a=2" appears 7 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain; charset=utf-8" appears 4 times in the file. | 386 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain; charset=utf-16" appears 2 times in the file. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 397 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 400 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 401 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 405 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 407 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 410 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 411 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 412 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 413 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 414 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 415 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-16" appears 2 times in the file. | 415 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 572 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 573 | |
| extension | MultipleStringLiteralsExtended | The String "VALUE" appears 2 times in the file. | 575 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "safestring" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "string with spaces" appears 4 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "+*/-" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "%" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "foo%7Cbar" appears 3 times in the file. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "safestring" appears 2 times in the file. | 74 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "safe with spaces" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "foo@bar.com" appears 3 times in the file. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | MultipleStringLiteralsExtended | The String "wrong type" appears 3 times in the file. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 296 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 320 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 334 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 370 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 438 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 447 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 6 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String "1.0" appears 3 times in the file. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 465 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 466 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 470 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 489 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 498 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 500 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 3 times in the file. | 553 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 553 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 2 times in the file. | 553 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 553 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 554 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 608 | |
| extension | MultipleStringLiteralsExtended | The String "0.0" appears 2 times in the file. | 646 | |
| extension | MultipleStringLiteralsExtended | The String "-1.0" appears 2 times in the file. | 647 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "1.0" appears 3 times in the file. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 401 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 440 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 442 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 444 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 445 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 464 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 475 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 3 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 2 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 512 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 566 | |
| extension | MultipleStringLiteralsExtended | The String "0.0" appears 2 times in the file. | 600 | |
| extension | MultipleStringLiteralsExtended | The String "-1.0" appears 2 times in the file. | 601 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 89 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 87 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 89 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 278 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 423 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 433 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 445 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 5 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "-1" appears 3 times in the file. | 471 | |
| extension | MultipleStringLiteralsExtended | The String "255" appears 2 times in the file. | 497 | |
| extension | MultipleStringLiteralsExtended | The String "9999999999999999" appears 2 times in the file. | 521 | |
| extension | MultipleStringLiteralsExtended | The String "Radix: " appears 4 times in the file. | 546 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 292 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 332 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 368 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 436 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 437 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 438 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 439 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 440 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 447 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 459 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 5 times in the file. | 484 | |
| extension | MultipleStringLiteralsExtended | The String "-1" appears 3 times in the file. | 485 | |
| extension | MultipleStringLiteralsExtended | The String "255" appears 2 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "999999999999999999999999" appears 2 times in the file. | 535 | |
| extension | MultipleStringLiteralsExtended | The String "Radix: " appears 4 times in the file. | 566 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 31 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 3 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String " (expected: " appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String ", actual" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 306 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 411 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 413 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 450 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 462 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 483 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 485 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 2 times in the file. | 500 | |
| extension | MultipleStringLiteralsExtended | The String "-1" appears 2 times in the file. | 501 | |
| extension | MultipleStringLiteralsExtended | The String "255" appears 2 times in the file. | 527 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 3 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String " (expected: " appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String ", actual" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 4 times in the file. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 3 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 4 times in the file. | 214 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 231 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 38 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ArithmeticException" appears 2 times in the file. | 200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 42 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 140 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 4 times in the file. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ArithmeticException" appears 2 times in the file. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 5 times in the file. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "ffffffffffffffff" appears 2 times in the file. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 4 times in the file. | 346 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a/b/c.txt" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "file:/a" appears 6 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "file:/b" appears 3 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "/a" appears 6 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "/b" appears 3 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "/c:/Documents and Settings/" appears 3 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "file:///c:/Documents%20and%20Settings/" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "/home/build/outer.jar" appears 5 times in the file. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "base.jar" appears 3 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "base/some.jar" appears 9 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "/with/absolute.jar" appears 2 times in the file. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "base/relative.jar" appears 3 times in the file. | 311 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 4 times in the file. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "Foo.class" appears 2 times in the file. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "a/b/Foo.class" appears 2 times in the file. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "a/b/Bar$Foo.class" appears 2 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "a/b/Bar$1.class" appears 2 times in the file. | 345 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 362 | |
| extension | MultipleStringLiteralsExtended | The String "file" appears 3 times in the file. | 374 | |
| extension | MultipleStringLiteralsExtended | The String "read" appears 2 times in the file. | 424 | |
| extension | MultipleStringLiteralsExtended | The String ".class" appears 2 times in the file. | 465 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 499 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "privateField" appears 3 times in the file. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "publicField" appears 2 times in the file. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "privateMethod" appears 3 times in the file. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "publicFinalMethod" appears 2 times in the file. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 192 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 19 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "prepend" appears 16 times in the file. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 12 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 12 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "privateMethod" appears 3 times in the file. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "privateFinalMethod" appears 2 times in the file. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "staticMethod" appears 2 times in the file. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 312 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 313 | |
| extension | MultipleStringLiteralsExtended | The String "hello world" appears 5 times in the file. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 6 times in the file. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "java.lang" appears 2 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 49 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "%s is subtype of %s" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "%s is supertype of %s" appears 2 times in the file. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'Yellow' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 310 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 540 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "get" appears 3 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String " should be after " appears 2 times in the file. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 584 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 585 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 586 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 589 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 590 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 594 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 596 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 601 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 602 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 603 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 607 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 609 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 611 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 612 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 617 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 618 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 619 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 620 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 625 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 626 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 627 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 628 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 634 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 635 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 636 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 637 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 638 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 639 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 640 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 646 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 647 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 648 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 649 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 650 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 651 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 652 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 657 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 658 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 659 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 660 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 661 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 666 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 667 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 668 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 669 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 674 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 675 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 676 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 677 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 683 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 684 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 685 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 686 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 692 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 693 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 694 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 695 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 699 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 700 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 701 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 707 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 708 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 712 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 713 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 719 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 720 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 724 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 725 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 731 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 732 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 733 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 736 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 737 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 738 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 741 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 742 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 743 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 748 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 749 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 752 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 753 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 758 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 759 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 764 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 765 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 768 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 769 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 775 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 776 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 781 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 782 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 783 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 786 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 787 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 788 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 789 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 790 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 791 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 792 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 815 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 816 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 817 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 818 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 819 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 820 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 822 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 823 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 824 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 825 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 826 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 827 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 926 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 927 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 928 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 929 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 934 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 935 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 936 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 937 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 941 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 942 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 943 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 947 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 948 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 949 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 950 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 951 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 952 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 953 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 954 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 955 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 956 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 957 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 958 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 962 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 963 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 964 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 968 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 969 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 970 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 971 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1325 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1351 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1362 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1370 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1382 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1385 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1409 | |
| extension | MultipleStringLiteralsExtended | The String "setList" appears 3 times in the file. | 1478 | |
| extension | MultipleStringLiteralsExtended | The String "counts" appears 3 times in the file. | 1530 | |
| extension | MultipleStringLiteralsExtended | The String "size" appears 2 times in the file. | 1580 | |
| extension | MultipleStringLiteralsExtended | The String "set" appears 2 times in the file. | 1612 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 1702 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1845 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1853 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2004 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2010 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Type not visited" appears 2 times in the file. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "withoutBound" appears 2 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "withObjectBound" appears 2 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "withUpperBound" appears 2 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "E" appears 2 times in the file. | 305 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 71 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 76 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 87 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 94 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 114 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 124 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 132 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 135 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 142 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "kaboom!" appears 8 times in the file. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "guava.concurrent.generate_cancellation_cause" appears 2 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "Expected CancellationException" appears 2 times in the file. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Expected CancellationException" appears 2 times in the file. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "cause=[Because this test isn't done]" appears 2 times in the file. | 221 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 374 | |
| extension | MultipleStringLiteralsExtended | The String "setFuture" appears 2 times in the file. | 435 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 495 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 551 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 623 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 675 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 676 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 684 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 685 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 689 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 690 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 691 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 770 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 771 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 772 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 774 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 775 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 797 | |
| extension | MultipleStringLiteralsExtended | The String "Exception thrown from implementation: class java.lang.StackOverflowError" appears 2 times in the file. | 814 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 905 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 906 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 907 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 914 | |
| extension | MultipleStringLiteralsExtended | The String "261" appears 2 times in the file. | 1020 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1116 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1128 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1183 | |
| extension | MultipleStringLiteralsExtended | The String "Thread exited" appears 2 times in the file. | 1191 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1221 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "deliberate" appears 4 times in the file. | 59 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 70 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 89 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 119 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "Failed" appears 2 times in the file. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 320 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 332 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 491 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 322 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 360 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 443 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 449 | |
| extension | MultipleStringLiteralsExtended | The String " is deadlocked" appears 2 times in the file. | 674 | |
| extension | MultipleStringLiteralsExtended | The String "deliberate" appears 3 times in the file. | 768 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 821 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 839 | |
| extension | MultipleStringLiteralsExtended | The String "Expected the service " appears 2 times in the file. | 864 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 959 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 298 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "[]" appears 2 times in the file. | 339 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 352 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 8 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 8 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 8 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 24 times in the file. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 355 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 370 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 401 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 404 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 433 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 440 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 444 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 459 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 460 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 463 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 465 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 470 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 483 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 486 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 487 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 488 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 490 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 502 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 504 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 506 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 510 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 512 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 514 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 529 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 532 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 546 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 562 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 565 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 566 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 567 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "MyCrazyThreadName" appears 3 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected PotentialDeadlockException" appears 17 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "LockB -> LockA" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "LockA -> LockB" appears 4 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "LockB -> LockC" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "LockB -> ReadWriteA" appears 3 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "ReadWriteA -> LockB" appears 5 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "ReadWriteC -> ReadWriteA" appears 2 times in the file. | 308 | |
| extension | MultipleStringLiteralsExtended | The String "ReadWriteA -> ReadWriteB" appears 2 times in the file. | 333 | |
| extension | MultipleStringLiteralsExtended | The String "LockD" appears 2 times in the file. | 410 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 449 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 460 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 461 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 464 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 465 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 479 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 511 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 3 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Expected UncheckedExecutionException" appears 3 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "foo not found" appears 2 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "result" appears 2 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "mymessage" appears 3 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "bad constructor" appears 2 times in the file. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 125 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 238 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 105 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "]]" appears 4 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "[status=FAILURE, cause=[" appears 2 times in the file. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 13 times in the file. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpeted call to apply." appears 2 times in the file. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 400 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 9 times in the file. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 11 times in the file. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 470 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 485 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 486 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 490 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 501 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 539 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 559 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 708 | |
| extension | AvoidHidingCauseException | Cause exception 'expected' was lost. | 731 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 788 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 793 | |
| extension | MultipleStringLiteralsExtended | The String "Called my toString" appears 4 times in the file. | 803 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 827 | |
| extension | MultipleStringLiteralsExtended | The String "deliberate" appears 7 times in the file. | 839 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected fallback" appears 2 times in the file. | 885 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 967 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 1015 | |
| extension | ForbidThrowAnonymousExceptions | Avoid throwing anonymous exception. | 1016 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1058 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1059 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1068 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1069 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1093 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1094 | |
| extension | MultipleStringLiteralsExtended | The String "AsyncFunction.apply returned null instead of a Future. " appears 2 times in the file. | 1120 | |
| extension | MultipleStringLiteralsExtended | The String "Did you mean to return immediateFuture(null)?" appears 4 times in the file. | 1121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1328 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1329 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1411 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1431 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1507 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1547 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1568 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1811 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1813 | |
| extension | MultipleStringLiteralsExtended | The String "AsyncCallable.call returned null instead of a Future. " appears 2 times in the file. | 1846 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1914 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1916 | |
| extension | MultipleStringLiteralsExtended | The String "Exception for testing" appears 2 times in the file. | 1946 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2114 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2116 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2165 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2167 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2169 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2195 | |
| extension | MultipleStringLiteralsExtended | The String "failed1" appears 3 times in the file. | 2207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2210 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2211 | |
| extension | MultipleStringLiteralsExtended | The String "failed" appears 2 times in the file. | 2222 | |
| extension | MultipleStringLiteralsExtended | The String "results" appears 2 times in the file. | 2237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2274 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2275 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2291 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2292 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2294 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2295 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2306 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2310 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2311 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2321 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2322 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2324 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2325 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2335 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2338 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2339 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2367 | |
| extension | MultipleStringLiteralsExtended | The String "Nothing should be logged" appears 6 times in the file. | 2382 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 2463 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 2493 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 2537 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 2561 | |
| extension | MultipleStringLiteralsExtended | The String "\\S+CombinedFuture@\\w+\\[status=PENDING," appears 3 times in the file. | 2613 | |
| extension | MultipleStringLiteralsExtended | The String " \\S+SettableFuture@\\w+\\[status=PENDING]]]]" appears 2 times in the file. | 2615 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2631 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 2647 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2655 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2656 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2760 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2761 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2787 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2788 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 2938 | |
| extension | MultipleStringLiteralsExtended | The String "Should never be seen" appears 2 times in the file. | 3037 | |
| extension | MultipleStringLiteralsExtended | The String "Got " appears 3 times in the file. | 3286 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3291 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3322 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3325 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 3359 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3392 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3394 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3399 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3412 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3422 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3433 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3438 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3452 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3454 | |
| extension | MultipleStringLiteralsExtended | The String "failed2" appears 2 times in the file. | 3456 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3457 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3471 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3473 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3476 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3489 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3490 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3491 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3492 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3493 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 3515 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3529 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 3530 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3536 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3542 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3543 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3544 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3545 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3561 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3562 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3563 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3564 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3565 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3578 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3580 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3582 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3585 | |
| extension | MultipleStringLiteralsExtended | The String "You can't fire me, I quit." appears 2 times in the file. | 3632 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3648 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3650 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3659 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3673 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3674 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3675 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3682 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3683 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3684 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3685 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3686 | |
| extension | MultipleStringLiteralsExtended | The String "2L" appears 2 times in the file. | 3734 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 3741 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 3773 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3798 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3799 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3800 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3801 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3814 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3816 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3818 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3823 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3824 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3841 | |
| extension | MultipleStringLiteralsExtended | The String "1L" appears 2 times in the file. | 3878 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3913 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Result future must throw CancellationException" appears 2 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Result future is cancelled and should have thrown a" appears 3 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String " CancellationException" appears 4 times in the file. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 70 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "ms" appears 3 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "tryEnter" appears 2 times in the file. | 162 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 215 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 401 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 428 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 429 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 430 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 431 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 432 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 433 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 434 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 435 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 436 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 438 | |
| extension | MultipleStringLiteralsExtended | The String "(fair)" appears 2 times in the file. | 458 | |
| extension | MultipleStringLiteralsExtended | The String "(nonfair)" appears 2 times in the file. | 458 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 529 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 530 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 542 | |
| extension | MultipleStringLiteralsExtended | The String "unsupported scenario: " appears 2 times in the file. | 567 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 572 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 573 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 576 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 586 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 592 | |
| extension | ReturnCountExtended | Return count for 'doCall' method is 4 (max allowed is 1). | 621 | |
| extension | MultipleStringLiteralsExtended | The String "unexpected exception" appears 2 times in the file. | 652 | |
| extension | MultipleStringLiteralsExtended | The String "(0ms)" appears 2 times in the file. | 715 | |
| extension | MultipleStringLiteralsExtended | The String "()" appears 2 times in the file. | 715 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 722 | |
| extension | MultipleStringLiteralsExtended | The String "expected IllegalMonitorStateException" appears 2 times in the file. | 731 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 761 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "I bet you didn't think Thread.interrupt could throw" appears 2 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 104 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 238 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 239 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 240 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 241 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 330 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 386 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected InterruptedException" appears 4 times in the file. | 457 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 493 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 511 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 516 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 530 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 534 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 535 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 536 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 537 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 538 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 539 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 540 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 541 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 542 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 543 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 544 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 545 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 546 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 547 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 548 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 549 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 550 | |
| extension | MultipleStringLiteralsExtended | The String "setPolicy" appears 2 times in the file. | 578 | |
| extension | MultipleStringLiteralsExtended | The String "read" appears 2 times in the file. | 634 | |
| extension | AvoidHidingCauseException | Cause exception 'ie' was lost. | 645 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 727 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 738 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 746 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 757 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 765 | |
| extension | MultipleStringLiteralsExtended | The String "InterruptedException" appears 2 times in the file. | 777 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 780 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 792 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 809 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 826 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 856 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 857 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 864 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 865 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 1123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1140 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1141 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 195 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 215 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 238 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "isOccupied" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "isOccupiedByCurrentThread" appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "getOccupiedDepth" appears 2 times in the file. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "Throwable from other thread: " appears 2 times in the file. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "Should have encountered RejectedExecutionException" appears 2 times in the file. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | RedundantReturn | Redundant return. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 337 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 368 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 433 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 588 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 614 | |
| extension | MultipleStringLiteralsExtended | The String "FooBar" appears 2 times in the file. | 646 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 685 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 689 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 690 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 697 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 708 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 719 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 749 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 750 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "R0.00" appears 29 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "R0.20" appears 5 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to acquire initial permit" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "U0.20" appears 4 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "U1.00" appears 3 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "R0.00, R1.38, R1.13, R0.88, R0.63, R0.50, R0.50, R0.50" appears 3 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "U0.50" appears 2 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "U4.00" appears 2 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "R0.00, R1.75, R1.26, R0.76, R0.30, R0.20, R0.20, R0.20" appears 3 times in the file. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "R0.00, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20" appears 3 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "R0.34, R0.28, R0.25, R0.25" appears 2 times in the file. | 279 | |
| extension | MultipleStringLiteralsExtended | The String "R0.20, R0.10, R0.10, R0.10" appears 2 times in the file. | 311 | |
| extension | MultipleStringLiteralsExtended | The String "R1.00" appears 12 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "R0.50" appears 6 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "R2.00" appears 2 times in the file. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 334 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 360 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 460 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 463 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 603 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 607 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "start failure" appears 2 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | MultipleStringLiteralsExtended | The String "NoOpService" appears 2 times in the file. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 413 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 414 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 415 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 419 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "failure" appears 4 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "Expected TimeoutException" appears 2 times in the file. | 132 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "Expected CancellationException" appears 3 times in the file. | 178 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "x" appears 3 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "no exception thrown" appears 11 times in the file. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 73 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 81 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 218 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "expected IllegalMonitorStateException" appears 3 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 78 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hasQueuedThread" appears 2 times in the file. | 142 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 222 position 46 need optimization. All method calls are advised to move to end of logic expression. | 222 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 238 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 248 | |
| extension | RedundantReturn | Redundant return. | 255 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "Custom thread name" appears 2 times in the file. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Future was already complete: " appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Unreachable" appears 2 times in the file. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | AvoidHidingCauseException | Cause exception 'wontHappen' was lost. | 151 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 235 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 247 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 359 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 397 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 441 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 466 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 501 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 511 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 534 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 545 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 550 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 559 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 615 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 616 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 631 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 637 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 649 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 670 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 705 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 714 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 725 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "awaitTermination" appears 2 times in the file. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "isTerminated" appears 2 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "isShutdown" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "shutdown" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "shutdownNow" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "execute" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "submit" appears 6 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "invokeAll" appears 3 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "invokeAny" appears 3 times in the file. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "scheduleRunnable" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "scheduleCallable" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "scheduleWithFixedDelay" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "scheduleAtFixedRate" appears 2 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\"test\"" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "'test'" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "xxx" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "\uFFFD" appears 3 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "[\uFFFD]" appears 2 times in the file. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 73 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 81 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 89 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 106 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 114 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 122 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 131 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 142 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 149 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 158 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 167 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 175 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 184 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 192 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 201 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 211 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 220 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 230 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 240 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 247 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 257 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 265 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 274 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 283 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 291 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 301 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 309 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 318 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 328 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 338 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 348 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 358 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 367 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 374 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 382 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 389 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 396 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 399 | |
| extension | ReturnCountExtended | Return count for 'truncate' method is 2 (max allowed is 1). | 550 | |
| extension | ReturnCountExtended | Return count for 'equalsIgnoreCase' method is 3 (max allowed is 1). | 601 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 610 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "_" appears 2 times in the file. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 359 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 401 | |
| extension | MultipleStringLiteralsExtended | The String ".negate()" appears 2 times in the file. | 424 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 628 | |
| extension | ReturnCountExtended | Return count for 'replaceFrom' method is 3 (max allowed is 1). | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 1356 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 1569 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 3 times in the file. | 1569 | |
| extension | MultipleStringLiteralsExtended | The String "')" appears 3 times in the file. | 1646 | |
| extension | MultipleStringLiteralsExtended | The String "CharMatcher.anyOf(\"" appears 2 times in the file. | 1721 | |
| extension | MultipleStringLiteralsExtended | The String "\")" appears 2 times in the file. | 1721 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 72 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 82 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 304 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 378 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 381 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 523 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 72 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 185 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 204 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 228 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 231 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 299 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 346 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 165 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 194 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 201 | |
| extension | ReturnCountExtended | Return count for 'loadFinalizer' method is 4 (max allowed is 1). | 246 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 286 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Functions.forMap(" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 6 times in the file. | 167 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 170 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 208 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 261 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 308 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 354 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 401 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 77 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 79 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "already specified useForNull" appears 2 times in the file. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 389 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 85 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 119 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 23 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 82 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "index" appears 2 times in the file. | 1384 | |
| extension | MultipleStringLiteralsExtended | The String "%s (%s) must not be negative" appears 2 times in the file. | 1409 | |
| extension | MultipleStringLiteralsExtended | The String "negative size: " appears 2 times in the file. | 1411 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ")" appears 8 times in the file. | 335 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 422 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 470 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 506 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 542 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 581 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 619 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 667 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 683 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 697 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 42 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 65 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 72 | |
| extension | ReturnCountExtended | Return count for 'matches' method is 3 (max allowed is 1). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 183 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 290 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 543 | |
| extension | ReturnCountExtended | Return count for 'computeNext' method is 2 (max allowed is 1). | 551 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 552 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 558 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 571 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 123 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 127 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 219 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 5 times in the file. | 79 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "Suppliers.memoize(" appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "<supplier that returned " appears 2 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String ">" appears 2 times in the file. | 142 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 146 | |
| extension | ReturnCountExtended | Return count for 'get' method is 2 (max allowed is 1). | 231 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 263 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 302 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 332 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Loop in causal chain detected." appears 2 times in the file. | 265 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 408 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 436 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 441 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 450 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 458 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 466 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 478 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 487 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 488 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 537 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 538 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 65 | |
| extension | ReturnCountExtended | Return count for 'isWellFormedSlowPath' method is 3 (max allowed is 1). | 137 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 527 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 66 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 88 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 102 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 112 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 113 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 114 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 119 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 122 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 127 | |
| extension | ReturnCountExtended | Return count for 'cleanUp' method is 2 (max allowed is 1). | 161 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 167 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 174 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 182 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 186 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 199 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 220 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'castKey' can be moved inside the block at line '69' to restrict runtime creation. | 66 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "maximum size was already set to %s" appears 2 times in the file. | 436 | |
| extension | MultipleStringLiteralsExtended | The String "maximum weight was already set to %s" appears 2 times in the file. | 439 | |
| extension | MultipleStringLiteralsExtended | The String "duration cannot be negative: %s %s" appears 2 times in the file. | 660 | |
| extension | MultipleStringLiteralsExtended | The String "ns" appears 2 times in the file. | 912 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value of key %s omitted" appears 3 times in the file. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "key %s value set to %s, must be integer" appears 3 times in the file. | 298 | |
| extension | MultipleStringLiteralsExtended | The String "maximum size was already set to " appears 2 times in the file. | 335 | |
| extension | MultipleStringLiteralsExtended | The String "maximum weight was already set to " appears 2 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "key %s does not take values" appears 2 times in the file. | 375 | |
| extension | MultipleStringLiteralsExtended | The String "%s was already set to %s" appears 2 times in the file. | 376 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 442 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 169 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'evictsBySize' is called in constructor body. | 263 | |
| extension | OverridableMethodInConstructor | Overridable method 'customWeigher' is called in constructor body. | 263 | |
| extension | OverridableMethodInConstructor | Overridable method 'evictsBySize' is called in constructor body. | 274 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 274 position 63 need optimization. All method calls are advised to move to end of logic expression. | 274 | |
| extension | OverridableMethodInConstructor | Overridable method 'evictsBySize' is called in constructor body. | 293 | |
| extension | OverridableMethodInConstructor | Overridable method 'createSegment' is called in constructor body. | 302 | |
| extension | OverridableMethodInConstructor | Overridable method 'createSegment' is called in constructor body. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1652 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1653 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1654 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1655 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1663 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1678 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1688 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1714 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1809 | |
| extension | OverridableMethodInConstructor | Overridable method 'initTable' is called in constructor body. | 1941 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,969 position 31 need optimization. All method calls are advised to move to end of logic expression. | 1969 | |
| extension | AvoidHidingCauseException | Cause exception 'ee' was lost. | 2047 | |
| extension | AvoidHidingCauseException | Cause exception 'ee' was lost. | 2049 | |
| extension | ReturnCountExtended | Return count for 'lockedGetOrLoad' method is 2 (max allowed is 1). | 2080 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,100 position 14 need optimization. All method calls are advised to move to end of logic expression. | 2100 | |
| extension | MultipleStringLiteralsExtended | The String "CacheLoader returned null for key " appears 2 times in the file. | 2175 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 2175 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2210 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2280 | |
| extension | ReturnCountExtended | Return count for 'insertLoadingValueReference' method is 2 (max allowed is 1). | 2292 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,308 position 14 need optimization. All method calls are advised to move to end of logic expression. | 2308 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 2585 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 2659 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,706 position 14 need optimization. All method calls are advised to move to end of logic expression. | 2706 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 2769 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,843 position 14 need optimization. All method calls are advised to move to end of logic expression. | 2843 | |
| extension | ReturnCountExtended | Return count for 'replace' method is 2 (max allowed is 1). | 2892 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,905 position 14 need optimization. All method calls are advised to move to end of logic expression. | 2905 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 2947 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,961 position 14 need optimization. All method calls are advised to move to end of logic expression. | 2961 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 2993 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 3,007 position 14 need optimization. All method calls are advised to move to end of logic expression. | 3007 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 3028 | |
| extension | ReturnCountExtended | Return count for 'storeLoadedValue' method is 2 (max allowed is 1). | 3039 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 3,059 position 14 need optimization. All method calls are advised to move to end of logic expression. | 3059 | |
| extension | ReturnCountExtended | Return count for 'reclaimKey' method is 2 (max allowed is 1). | 3191 | |
| extension | ReturnCountExtended | Return count for 'reclaimValue' method is 2 (max allowed is 1). | 3226 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 3,237 position 14 need optimization. All method calls are advised to move to end of logic expression. | 3237 | |
| extension | ReturnCountExtended | Return count for 'removeLoadingValue' method is 2 (max allowed is 1). | 3269 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 3,279 position 14 need optimization. All method calls are advised to move to end of logic expression. | 3279 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 3302 | |
| extension | ReturnCountExtended | Return count for 'removeEntry' method is 2 (max allowed is 1). | 3304 | |
| extension | ReturnCountExtended | Return count for 'loadFuture' method is 4 (max allowed is 1). | 3440 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3464 | |
| extension | ReturnCountExtended | Return count for 'isEmpty' method is 4 (max allowed is 1). | 3794 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 3795 | |
| extension | MoveVariableInsideIf | Variable 'value' can be moved inside the block at line '3,906' to restrict runtime creation. | 3905 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 3966 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 3968 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 3970 | |
| extension | OverridableMethodInConstructor | Calling the method 'advance' in constructor body leads to the call of the overridable method 'nextInChain'. | 4192 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '4,254' to restrict runtime creation. | 4252 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 4402 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 4,583 position 53 need optimization. All method calls are advised to move to end of logic expression. | 4583 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 4779 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 4806 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 4827 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 53 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 53 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 63 | |
| extension | MoveVariableInsideIf | Variable 'v' can be moved inside the block at line '67' to restrict runtime creation. | 63 | |
| extension | MoveVariableInsideIf | Variable 'hc' can be moved inside the block at line '67' to restrict runtime creation. | 64 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '67' to restrict runtime creation. | 65 | |
| extension | MoveVariableInsideIf | Variable 'n' can be moved inside the block at line '67' to restrict runtime creation. | 66 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 70 position 10 need optimization. All method calls are advised to move to end of logic expression. | 70 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 71 position 10 need optimization. All method calls are advised to move to end of logic expression. | 71 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 72 position 10 need optimization. All method calls are advised to move to end of logic expression. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 96 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 110 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 117 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 188 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '193' to restrict runtime creation. | 190 | |
| extension | MoveVariableInsideIf | Variable 'r' can be moved inside the block at line '197' to restrict runtime creation. | 196 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 201 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 267 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 268 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 269 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 277 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 51 | |
| extension | OverridableMethodInConstructor | Overridable method 'setDelegates' is called in constructor body. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "value already present: %s" appears 2 times in the file. | 137 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 190 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 235 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 239 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 277 | |
| extension | MultipleStringLiteralsExtended | The String "entry no longer in map" appears 2 times in the file. | 301 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 314 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 364 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 455 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 459 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 47 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 86 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 473 | |
| extension | MoveVariableInsideIf | Variable 'wasEmpty' can be moved inside the block at line '478' to restrict runtime creation. | 476 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 487 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 493 | |
| extension | MoveVariableInsideIf | Variable 'oldSize' can be moved inside the block at line '500' to restrict runtime creation. | 498 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 502 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 510 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 516 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 522 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 533 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 544 | |
| extension | MoveVariableInsideIf | Variable 'oldSize' can be moved inside the block at line '551' to restrict runtime creation. | 549 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 553 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 559 | |
| extension | MoveVariableInsideIf | Variable 'oldSize' can be moved inside the block at line '564' to restrict runtime creation. | 562 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 566 | |
| extension | MoveVariableInsideIf | Variable 'oldSize' can be moved inside the block at line '597' to restrict runtime creation. | 591 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 599 | |
| extension | MoveVariableInsideIf | Variable 'oldSize' can be moved inside the block at line '755' to restrict runtime creation. | 753 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 757 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1274 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1295 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 1593 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'init' is called in constructor body. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "occurrences cannot be negative: %s" appears 2 times in the file. | 76 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 120 | |
| extension | ReturnCountExtended | Return count for 'setCount' method is 4 (max allowed is 1). | 125 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 95 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 147 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 157 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 167 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 128 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 110 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 107 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 111 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 117 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 81 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 127 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 128 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 131 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 132 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 133 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 135 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 156 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "Row" appears 2 times in the file. | 589 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 614 | |
| extension | MultipleStringLiteralsExtended | The String "Column" appears 2 times in the file. | 630 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 702 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 761 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 50 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " cannot be negative but was: " appears 2 times in the file. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 484 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 635 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 103 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 117 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 138 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 175 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 178 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 181 | |
| extension | OverridableMethodInConstructor | Overridable method 'init' is called in constructor body. | 182 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 190 | |
| extension | OverridableMethodInConstructor | Overridable method 'init' is called in constructor body. | 191 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 203 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 226 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 232 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 240 | |
| extension | ReturnCountExtended | Return count for 'put' method is 4 (max allowed is 1). | 282 | |
| extension | MoveVariableInsideIf | Variable 'entries' can be moved inside the block at line '307' to restrict runtime creation. | 290 | |
| extension | MoveVariableInsideIf | Variable 'keys' can be moved inside the block at line '307' to restrict runtime creation. | 291 | |
| extension | MoveVariableInsideIf | Variable 'values' can be moved inside the block at line '307' to restrict runtime creation. | 292 | |
| extension | ReturnCountExtended | Return count for 'indexOf' method is 3 (max allowed is 1). | 416 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 481 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 481 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 600 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 656 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 4 (max allowed is 1). | 699 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 820 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 127 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 144 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 158 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 161 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 164 | |
| extension | OverridableMethodInConstructor | Overridable method 'init' is called in constructor body. | 165 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 173 | |
| extension | OverridableMethodInConstructor | Overridable method 'init' is called in constructor body. | 174 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 186 | |
| extension | ReturnCountExtended | Return count for 'add' method is 2 (max allowed is 1). | 225 | |
| extension | MoveVariableInsideIf | Variable 'entries' can be moved inside the block at line '245' to restrict runtime creation. | 229 | |
| extension | MoveVariableInsideIf | Variable 'elements' can be moved inside the block at line '245' to restrict runtime creation. | 230 | |
| extension | ReturnCountExtended | Return count for 'contains' method is 3 (max allowed is 1). | 340 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 372 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 372 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 38 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 62 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 69 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 83 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 86 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 88 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 90 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 94 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 95 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 105 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 111 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 114 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 117 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 119 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'CompactLinkedHashSet' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 120 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 68 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 113 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 122 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 26 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "occurences" appears 3 times in the file. | 208 | |
| extension | AvoidHidingCauseException | Cause exception 'overflow' was lost. | 230 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 3 (max allowed is 1). | 270 | |
| extension | ReturnCountExtended | Return count for 'removeExactly' method is 3 (max allowed is 1). | 311 | |
| extension | ReturnCountExtended | Return count for 'setCount' method is 7 (max allowed is 1). | 403 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 601 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 27 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 34 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "range unbounded on this side" appears 2 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "this statement should be unreachable" appears 4 times in the file. | 143 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 206 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 296 | |
| extension | MultipleStringLiteralsExtended | The String "\\" appears 2 times in the file. | 376 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 376 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 379 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 468 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "distance" appears 4 times in the file. | 78 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 106 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 178 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 198 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 199 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 231 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 237 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 71 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 72 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 82 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 83 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 84 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 85 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 86 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "occurrences" appears 2 times in the file. | 140 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 3 (max allowed is 1). | 159 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 26 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 182 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 187 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 3 (max allowed is 1). | 191 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 194 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 208 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 300 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 349 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Key does not satisfy predicate: " appears 4 times in the file. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 295 | |
| extension | ReturnCountExtended | Return count for 'last' method is 5 (max allowed is 1). | 530 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 547 | |
| extension | MoveVariableInsideIf | Variable 'current' can be moved inside the block at line '558' to restrict runtime creation. | 557 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 93 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 94 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 95 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 96 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 97 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 99 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 101 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 228 position 10 need optimization. All method calls are advised to move to end of logic expression. | 228 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 229 position 10 need optimization. All method calls are advised to move to end of logic expression. | 229 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 65 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 102 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 81 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 82 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 92 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 94 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 96 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 100 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 102 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 104 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 106 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 108 | |
| extension | ReturnCountExtended | Return count for 'put' method is 3 (max allowed is 1). | 271 | |
| extension | ReturnCountExtended | Return count for 'putInverse' method is 3 (max allowed is 1). | 316 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 617 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 637 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 736 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 763 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 772 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 799 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 808 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 903 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 980 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 92 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 96 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 102 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 38 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'Builder' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 166 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 309 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 160 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 166 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 174 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 202 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 25 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 47 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 49 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 53 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 108 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 257 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 346 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 372 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 373 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 485 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 498 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 511 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 523 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 535 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 540 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 557 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 621 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 626 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 654 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 657 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 661 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 670 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 686 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 137 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '284' to restrict runtime creation. | 278 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 293 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 311 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 410 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 58 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 333 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 404 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 441 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 529 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 543 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 577 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 597 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 737 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 69 | |
| extension | ReturnCountExtended | Return count for 'putAll' method is 3 (max allowed is 1). | 201 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 344 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 557 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 726 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 729 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 155 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 176 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 183 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 210 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 304 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 44 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 68 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 126 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 143 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 144 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 146 | |
| extension | ReturnCountExtended | Return count for 'subRangeMap' method is 2 (max allowed is 1). | 278 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 385 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 392 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 50 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 127 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 131 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 136 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 289 | |
| extension | ReturnCountExtended | Return count for 'intersectRanges' method is 2 (max allowed is 1). | 407 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 515 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 531 | |
| extension | ReturnCountExtended | Return count for 'build' method is 3 (max allowed is 1). | 756 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'construct' method is 4 (max allowed is 1). | 141 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 160 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 198 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 201 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 208 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 239 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 285 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 310 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 340 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 370 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'Builder' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 153 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 278 position 27 need optimization. All method calls are advised to move to end of logic expression. | 278 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '323' to restrict runtime creation. | 320 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 336 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 338 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 360 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 412 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 544 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 543 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 544 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 545 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 547 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 551 | |
| extension | MultipleStringLiteralsExtended | The String "should never be called" appears 2 times in the file. | 627 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 899 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 909 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 250 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 513 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 732 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "rowKey" appears 2 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "columnKey" appears 2 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 106 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 145 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 222 | |
| extension | MultipleStringLiteralsExtended | The String "should never be called" appears 2 times in the file. | 234 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 417 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'intern' method is 2 (max allowed is 1). | 124 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 373 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 375 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 879 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 285 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 356 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 396 | |
| extension | MoveVariableInsideIf | Variable 'skipped' can be moved inside the block at line '803' to restrict runtime creation. | 802 | |
| extension | MultipleStringLiteralsExtended | The String "position (" appears 2 times in the file. | 805 | |
| extension | MoveVariableInsideIf | Variable 'current' can be moved inside the block at line '862' to restrict runtime creation. | 861 | |
| extension | ReturnCountExtended | Return count for 'hasNext' method is 2 (max allowed is 1). | 1331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 27 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 211 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 212 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 216 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 218 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 465 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 588 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 191 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 195 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 199 | |
| extension | OverridableMethodInConstructor | Overridable method 'previous' is called in constructor body. | 321 | |
| extension | OverridableMethodInConstructor | Overridable method 'next' is called in constructor body. | 326 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 359 | |
| extension | OverridableMethodInConstructor | Overridable method 'previous' is called in constructor body. | 485 | |
| extension | OverridableMethodInConstructor | Overridable method 'next' is called in constructor body. | 490 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 540 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 843 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 146 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 332 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 367 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 565 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 625 | |
| extension | ReturnCountExtended | Return count for 'equalsImpl' method is 4 (max allowed is 1). | 950 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 75 | |
| extension | OverridableMethodInConstructor | Overridable method 'createSegment' is called in constructor body. | 193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1062 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1063 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1064 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1073 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1099 | |
| extension | OverridableMethodInConstructor | Overridable method 'initTable' is called in constructor body. | 1211 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1394 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1452 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,496 position 14 need optimization. All method calls are advised to move to end of logic expression. | 1496 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1543 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,615 position 14 need optimization. All method calls are advised to move to end of logic expression. | 1615 | |
| extension | ReturnCountExtended | Return count for 'replace' method is 2 (max allowed is 1). | 1650 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,662 position 14 need optimization. All method calls are advised to move to end of logic expression. | 1662 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 1692 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,705 position 14 need optimization. All method calls are advised to move to end of logic expression. | 1705 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 1732 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,745 position 14 need optimization. All method calls are advised to move to end of logic expression. | 1745 | |
| extension | ReturnCountExtended | Return count for 'reclaimKey' method is 2 (max allowed is 1). | 1822 | |
| extension | ReturnCountExtended | Return count for 'reclaimValue' method is 2 (max allowed is 1). | 1849 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,860 position 14 need optimization. All method calls are advised to move to end of logic expression. | 1860 | |
| extension | ReturnCountExtended | Return count for 'clearValueForTesting' method is 2 (max allowed is 1). | 1883 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,896 position 14 need optimization. All method calls are advised to move to end of logic expression. | 1896 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2026 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2114 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2154 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2155 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2225 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 2281 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 2286 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 2291 | |
| extension | ReturnCountExtended | Return count for 'isEmpty' method is 4 (max allowed is 1). | 2299 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 2300 | |
| extension | OverridableMethodInConstructor | Calling the method 'advance' in constructor body leads to the call of the overridable method 'nextInChain'. | 2518 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '2,579' to restrict runtime creation. | 2577 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2833 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'immutableEnumMap' method is 2 (max allowed is 1). | 142 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 600 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 632 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 632 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 773 | |
| extension | AvoidHidingCauseException | Cause exception 'duplicateKeys' was lost. | 1211 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1415 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1504 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 1948 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 3061 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 3067 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3210 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3335 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3343 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3355 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3852 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3948 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3979 | |
| extension | ReturnCountExtended | Return count for 'subMap' method is 4 (max allowed is 1). | 4062 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 211 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 225 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 226 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 228 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 229 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 230 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 232 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 394 | |
| extension | ReturnCountExtended | Return count for 'removeAt' method is 5 (max allowed is 1). | 396 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 478 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 490 | |
| extension | ReturnCountExtended | Return count for 'tryCrossOverAndBubbleUp' method is 2 (max allowed is 1). | 522 | |
| extension | ReturnCountExtended | Return count for 'crossOverUp' method is 2 (max allowed is 1). | 618 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 907 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 914 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 916 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "expectedKeys" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "expectedValuesPerKey" appears 6 times in the file. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 185 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 264 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 364 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 450 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 653 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 682 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 698 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 720 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 754 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1076 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1129 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 1626 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1755 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1760 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "count" appears 2 times in the file. | 223 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "should never be called" appears 5 times in the file. | 302 | |
| extension | ReturnCountExtended | Return count for 'equalsImpl' method is 4 (max allowed is 1). | 833 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 839 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1002 | |
| extension | MoveVariableInsideIf | Variable 'element' can be moved inside the block at line '1,024' to restrict runtime creation. | 1022 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 64 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 74 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 25 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 25 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 70 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 95 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 106 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 112 | |
| extension | OverridableMethodInConstructor | Overridable method 'init' is called in constructor body. | 113 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 116 | |
| extension | OverridableMethodInConstructor | Overridable method 'init' is called in constructor body. | 117 | |
| extension | OverridableMethodInConstructor | Overridable method 'put' is called in constructor body. | 119 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 128 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 132 | |
| extension | OverridableMethodInConstructor | Overridable method 'init' is called in constructor body. | 133 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 249 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 254 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 259 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 263 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 273 | |
| extension | ReturnCountExtended | Return count for 'put' method is 2 (max allowed is 1). | 274 | |
| extension | MoveVariableInsideIf | Variable 'entries' can be moved inside the block at line '286' to restrict runtime creation. | 276 | |
| extension | MoveVariableInsideIf | Variable 'keys' can be moved inside the block at line '286' to restrict runtime creation. | 277 | |
| extension | MoveVariableInsideIf | Variable 'values' can be moved inside the block at line '286' to restrict runtime creation. | 278 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 319 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 326 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 343 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 355 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 380 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 393 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 397 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 402 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 407 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 407 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 439 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 447 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 486 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 49 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 68 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 72 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 76 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 80 | |
| extension | OverridableMethodInConstructor | Overridable method 'init' is called in constructor body. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 391 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 518 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 941 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 115 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 102 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 178 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 212 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 242 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 120 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 297 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 333 position 48 need optimization. All method calls are advised to move to end of logic expression. | 333 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 351 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 460 position 48 need optimization. All method calls are advised to move to end of logic expression. | 460 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 710 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 713 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 57 position 46 need optimization. All method calls are advised to move to end of logic expression. | 57 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 57 position 64 need optimization. All method calls are advised to move to end of logic expression. | 57 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'createHashTable' method is 3 (max allowed is 1). | 89 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 99 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 126 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 2 times in the file. | 184 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 192 | |
| extension | ReturnCountExtended | Return count for 'get' method is 2 (max allowed is 1). | 210 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 428 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 121 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'containsAll' method is 3 (max allowed is 1). | 93 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "set1" appears 4 times in the file. | 663 | |
| extension | MultipleStringLiteralsExtended | The String "set2" appears 4 times in the file. | 664 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 1331 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1497 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 1507 | |
| extension | ReturnCountExtended | Return count for 'combinations' method is 2 (max allowed is 1). | 1536 | |
| extension | ReturnCountExtended | Return count for 'computeNext' method is 2 (max allowed is 1). | 1561 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1571 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1727 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1761 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 1818 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1828 | |
| extension | ReturnCountExtended | Return count for 'subSet' method is 4 (max allowed is 1). | 1991 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'binarySearch' method is 2 (max allowed is 1). | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 66 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 396 | |
| extension | ReturnCountExtended | Return count for 'computeNext' method is 2 (max allowed is 1). | 509 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 592 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 597 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 607 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 687 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 722 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 727 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 729 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 735 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 750 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 755 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 806 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 808 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 821 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 831 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 895 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 964 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 96 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 206 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 209 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 242 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 301 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 403 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 412 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 508 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 532 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 694 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 737 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 792 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 842 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 956 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 959 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1089 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1150 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1204 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1219 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1249 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1268 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1383 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1584 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1644 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1697 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1834 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 92 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 235 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 530 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 548 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 579 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 587 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 97 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 105 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 106 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 112 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 114 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 84 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 123 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 351 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 109 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 115 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 110 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 111 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 113 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 120 | |
| extension | ReturnCountExtended | Return count for 'aggregateBelowRange' method is 4 (max allowed is 1). | 170 | |
| extension | ReturnCountExtended | Return count for 'aggregateAboveRange' method is 4 (max allowed is 1). | 193 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 236 position 29 need optimization. All method calls are advised to move to end of logic expression. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "occurrences" appears 2 times in the file. | 248 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 256 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 280 position 29 need optimization. All method calls are advised to move to end of logic expression. | 280 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 540 | |
| extension | ReturnCountExtended | Return count for 'add' method is 5 (max allowed is 1). | 611 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 612 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 6 (max allowed is 1). | 656 | |
| extension | ReturnCountExtended | Return count for 'setCount' method is 6 (max allowed is 1). | 708 | |
| extension | ReturnCountExtended | Return count for 'setCount' method is 7 (max allowed is 1). | 757 | |
| extension | ReturnCountExtended | Return count for 'deleteMe' method is 3 (max allowed is 1). | 820 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 963 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 967 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1015 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1021 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 61 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 200 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot insert range " appears 2 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String " into an empty subRangeMap" appears 2 times in the file. | 328 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 472 | |
| extension | ReturnCountExtended | Return count for 'get' method is 4 (max allowed is 1). | 544 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 45 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 76 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 80 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 81 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 197 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 273 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 362 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 367 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 471 | |
| extension | ReturnCountExtended | Return count for 'entryIterator' method is 2 (max allowed is 1). | 504 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 505 | |
| extension | ReturnCountExtended | Return count for 'descendingEntryIterator' method is 2 (max allowed is 1). | 560 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 561 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 706 | |
| extension | ReturnCountExtended | Return count for 'get' method is 3 (max allowed is 1). | 747 | |
| extension | ReturnCountExtended | Return count for 'entryIterator' method is 2 (max allowed is 1). | 776 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 24 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 56 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 68 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 47 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 57 | |
| extension | ReturnCountExtended | Return count for 'escape' method is 2 (max allowed is 1). | 226 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "' with value " appears 2 times in the file. | 265 | |
| extension | MultipleStringLiteralsExtended | The String " at index " appears 2 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String " in '" appears 2 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default" appears 2 times in the file. | 109 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 56 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 84 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 115 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 147 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 202 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 220 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "node" appears 2 times in the file. | 53 | |
| extension | ReturnCountExtended | Return count for 'addEdge' method is 2 (max allowed is 1). | 77 | |
| extension | MultipleStringLiteralsExtended | The String "edge" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "node" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "nodeU" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "nodeV" appears 2 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 172 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 174 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 175 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 497 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 36 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 37 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "Not true that %s is non-negative." appears 2 times in the file. | 584 | |
| extension | MultipleStringLiteralsExtended | The String "Not true that %s is positive." appears 2 times in the file. | 596 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'contains' method is 4 (max allowed is 1). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getIfCached' method is 3 (max allowed is 1). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 316 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 66 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 194 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 206 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 341 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 354 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 436 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 452 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 481 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 539 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 61 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "data length is zero!" appears 2 times in the file. | 154 | |
| extension | ReturnCountExtended | Return count for 'set' method is 2 (max allowed is 1). | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 30 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 80 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 67 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 88 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 90 | |
| extension | ReturnCountExtended | Return count for 'hashLength0to16' method is 4 (max allowed is 1). | 117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 129 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ")" appears 3 times in the file. | 102 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 164 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 230 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 292 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&='. | 319 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 319 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 324 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 394 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 396 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 422 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "HmacMD5" appears 2 times in the file. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "HmacSHA1" appears 2 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "HmacSHA256" appears 2 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "HmacSHA512" appears 2 times in the file. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "Must be at least 1 hash code to combine." appears 2 times in the file. | 527 | |
| extension | MultipleStringLiteralsExtended | The String "All hashcodes must have the same bit length." appears 2 times in the file. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 677 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 106 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 190 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 252 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 51 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 51 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 61 | |
| extension | MoveVariableInsideIf | Variable 'v' can be moved inside the block at line '65' to restrict runtime creation. | 61 | |
| extension | MoveVariableInsideIf | Variable 'hc' can be moved inside the block at line '65' to restrict runtime creation. | 62 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '65' to restrict runtime creation. | 63 | |
| extension | MoveVariableInsideIf | Variable 'n' can be moved inside the block at line '65' to restrict runtime creation. | 64 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 68 position 10 need optimization. All method calls are advised to move to end of logic expression. | 68 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 69 position 10 need optimization. All method calls are advised to move to end of logic expression. | 69 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 70 position 10 need optimization. All method calls are advised to move to end of logic expression. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 194 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | ReturnCountExtended | Return count for 'hashString' method is 2 (max allowed is 1). | 145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | ReturnCountExtended | Return count for 'putString' method is 2 (max allowed is 1). | 340 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 410 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 37 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 112 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 96 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 110 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 117 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 188 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '193' to restrict runtime creation. | 190 | |
| extension | MoveVariableInsideIf | Variable 'r' can be moved inside the block at line '197' to restrict runtime creation. | 196 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 201 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 267 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 268 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 269 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 277 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 58 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 320 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 341 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 363 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 382 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 401 | |
| extension | MultipleStringLiteralsExtended | The String "Unrecognized character: 0x" appears 2 times in the file. | 485 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 517 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 530 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid input length " appears 4 times in the file. | 710 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 834 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 835 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 104 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 146 | |
| extension | ReturnCountExtended | Return count for 'size' method is 2 (max allowed is 1). | 191 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 211 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 244 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 267 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 287 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 312 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 355 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 4 times in the file. | 477 | |
| extension | MultipleStringLiteralsExtended | The String "offset (%s) may not be negative" appears 3 times in the file. | 488 | |
| extension | MultipleStringLiteralsExtended | The String "length (%s) may not be negative" appears 3 times in the file. | 489 | |
| extension | ReturnCountExtended | Return count for 'sliceStream' method is 2 (max allowed is 1). | 504 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 509 | |
| extension | ReturnCountExtended | Return count for 'sizeIfKnown' method is 4 (max allowed is 1). | 691 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 89 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 91 | |
| extension | ReturnCountExtended | Return count for 'copy' method is 2 (max allowed is 1). | 129 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 158 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 161 | |
| extension | ReturnCountExtended | Return count for 'toByteArrayInternal' method is 2 (max allowed is 1). | 168 | |
| extension | ReturnCountExtended | Return count for 'toByteArray' method is 3 (max allowed is 1). | 229 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 256 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 640 | |
| extension | MultipleStringLiteralsExtended | The String " bytes; " appears 2 times in the file. | 791 | |
| extension | MultipleStringLiteralsExtended | The String " bytes expected" appears 2 times in the file. | 791 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 97 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 133 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 162 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 194 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 217 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 234 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 257 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 285 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 315 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 343 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 3 times in the file. | 449 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 457 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 577 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 57 | |
| extension | ReturnCountExtended | Return count for 'copy' method is 3 (max allowed is 1). | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 108 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 111 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 215 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 273 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 286 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 71 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 81 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 92 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 104 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 108 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 156 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "Source %s and destination %s must be different" appears 2 times in the file. | 325 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 378 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to delete " appears 2 times in the file. | 499 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 701 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 3 times in the file. | 732 | |
| extension | MultipleStringLiteralsExtended | The String ".." appears 3 times in the file. | 744 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 760 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 832 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 872 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '>'. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Calling the method 'advance' in constructor body leads to the call of the overridable method 'close'. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'log2' method is 5 (max allowed is 1). | 89 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 3 times in the file. | 90 | |
| extension | ReturnCountExtended | Return count for 'log10' method is 3 (max allowed is 1). | 148 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 158 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 164 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 214 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 215 | |
| extension | ReturnCountExtended | Return count for 'sqrt' method is 3 (max allowed is 1). | 226 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 249 | |
| extension | ReturnCountExtended | Return count for 'sqrtFloor' method is 2 (max allowed is 1). | 261 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 262 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 287 | |
| extension | MultipleStringLiteralsExtended | The String "n" appears 2 times in the file. | 336 | |
| extension | ReturnCountExtended | Return count for 'binomial' method is 2 (max allowed is 1). | 419 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 473 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'roundIntermediate' method is 13 (max allowed is 1). | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 138 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 139 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 163 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 168 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 258 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 261 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 363 position 8 need optimization. All method calls are advised to move to end of logic expression. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot take mean of 0 values" appears 4 times in the file. | 408 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 527 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | ReturnCountExtended | Return count for 'bigToDouble' method is 3 (max allowed is 1). | 87 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 98 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 111 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "x" appears 5 times in the file. | 67 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 102 | |
| extension | ReturnCountExtended | Return count for 'log2' method is 3 (max allowed is 1). | 118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 148 | |
| extension | ReturnCountExtended | Return count for 'log10' method is 3 (max allowed is 1). | 159 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 184 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | ReturnCountExtended | Return count for 'pow' method is 7 (max allowed is 1). | 227 | |
| extension | MultipleStringLiteralsExtended | The String "exponent" appears 3 times in the file. | 228 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 234 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 238 | |
| extension | ReturnCountExtended | Return count for 'sqrt' method is 3 (max allowed is 1). | 269 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 285 | |
| extension | ReturnCountExtended | Return count for 'divide' method is 2 (max allowed is 1). | 316 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 328 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 361 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 361 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 361 | |
| extension | ReturnCountExtended | Return count for 'gcd' method is 3 (max allowed is 1). | 404 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 405 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 419 | |
| extension | ReturnCountExtended | Return count for 'checkedPow' method is 6 (max allowed is 1). | 490 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 497 | |
| extension | MultipleStringLiteralsExtended | The String "checkedPow" appears 3 times in the file. | 500 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 502 | |
| extension | ReturnCountExtended | Return count for 'saturatedPow' method is 8 (max allowed is 1). | 568 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 575 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 582 | |
| extension | MultipleStringLiteralsExtended | The String "n" appears 2 times in the file. | 623 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 627 | |
| extension | ReturnCountExtended | Return count for 'binomial' method is 4 (max allowed is 1). | 649 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 727 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 185 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "x" appears 5 times in the file. | 67 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 105 | |
| extension | ReturnCountExtended | Return count for 'log2' method is 3 (max allowed is 1). | 120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 150 | |
| extension | ReturnCountExtended | Return count for 'log10' method is 3 (max allowed is 1). | 162 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 188 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | ReturnCountExtended | Return count for 'pow' method is 7 (max allowed is 1). | 268 | |
| extension | MultipleStringLiteralsExtended | The String "exponent" appears 3 times in the file. | 269 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 276 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 280 | |
| extension | ReturnCountExtended | Return count for 'sqrt' method is 6 (max allowed is 1). | 312 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 317 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 358 | |
| extension | ReturnCountExtended | Return count for 'divide' method is 2 (max allowed is 1). | 384 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 393 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 426 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|'. | 426 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 426 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 426 | |
| extension | ReturnCountExtended | Return count for 'gcd' method is 3 (max allowed is 1). | 494 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 495 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 509 | |
| extension | ReturnCountExtended | Return count for 'checkedMultiply' method is 2 (max allowed is 1). | 568 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 575 | |
| extension | MultipleStringLiteralsExtended | The String "checkedMultiply" appears 3 times in the file. | 588 | |
| extension | ReturnCountExtended | Return count for 'checkedPow' method is 6 (max allowed is 1). | 602 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 610 | |
| extension | MultipleStringLiteralsExtended | The String "checkedPow" appears 3 times in the file. | 613 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 615 | |
| extension | ReturnCountExtended | Return count for 'saturatedMultiply' method is 4 (max allowed is 1). | 686 | |
| extension | ReturnCountExtended | Return count for 'saturatedPow' method is 8 (max allowed is 1). | 716 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 724 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | MultipleStringLiteralsExtended | The String "n" appears 3 times in the file. | 774 | |
| extension | ReturnCountExtended | Return count for 'binomial' method is 4 (max allowed is 1). | 808 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 843 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 984 | |
| extension | ReturnCountExtended | Return count for 'isPrime' method is 5 (max allowed is 1). | 1002 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1112 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1120 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1136 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1143 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1151 | |
| extension | ReturnCountExtended | Return count for 'testWitness' method is 3 (max allowed is 1). | 1180 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 1206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " (" appears 7 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String ") must be > 0" appears 3 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String ") must be >= 0" appears 4 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "overflow: " appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "(" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 95 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "xStats" appears 2 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "yStats" appears 2 times in the file. | 245 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 281 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 318 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'computeInPlace' method is 2 (max allowed is 1). | 279 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot calculate quantiles of an empty dataset" appears 2 times in the file. | 280 | |
| extension | ReturnCountExtended | Return count for 'computeInPlace' method is 2 (max allowed is 1). | 396 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 601 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 602 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 603 | |
| extension | ReturnCountExtended | Return count for 'chooseNextSelection' method is 3 (max allowed is 1). | 656 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "count" appears 2 times in the file. | 373 | |
| extension | MultipleStringLiteralsExtended | The String "Expected at least Stats.BYTES = %s remaining , got %s" appears 2 times in the file. | 533 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 586 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'calculateNewMeanNonFinite' method is 3 (max allowed is 1). | 368 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 369 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 386 position 31 need optimization. All method calls are advised to move to end of logic expression. | 386 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Host has a port: %s" appears 2 times in the file. | 134 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 184 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 196 | |
| extension | ReturnCountExtended | Return count for 'getHostAndPortFromBracketedHost' method is 2 (max allowed is 1). | 211 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 286 position 49 need optimization. All method calls are advised to move to end of logic expression. | 286 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'fromValid' method is 2 (max allowed is 1). | 70 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 65 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 69 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 71 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 73 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 75 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 82 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 89 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 91 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 93 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 99 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 105 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 108 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 115 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 117 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 119 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 121 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 123 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 125 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 127 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 129 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 131 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 133 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 135 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 137 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 144 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 155 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 156 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 157 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 158 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 159 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 160 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 161 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 162 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 171 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 173 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 175 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 182 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 185 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 190 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 192 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 194 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 196 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 198 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 200 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 202 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 204 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 206 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 208 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 210 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 212 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 214 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 216 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 218 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 225 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 232 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 242 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 251 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 260 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 268 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 274 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 276 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 278 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 280 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 282 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 284 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 291 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 293 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 295 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 297 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 303 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 305 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 307 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 314 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 321 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 323 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 325 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 332 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 340 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 347 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 349 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 351 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 353 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 355 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 360 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 362 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 364 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 366 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 368 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 374 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 380 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 382 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 384 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 391 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 398 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 400 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 402 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 412 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 414 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 421 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 428 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 435 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 444 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 452 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 460 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 468 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 475 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 482 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 489 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 496 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 503 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 510 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 517 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 524 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 531 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 538 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 545 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 552 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 558 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'ipStringToBytes' method is 4 (max allowed is 1). | 165 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 176 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 183 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 192 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 202 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 214 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 217 | |
| extension | ReturnCountExtended | Return count for 'textToNumericFormatV6' method is 6 (max allowed is 1). | 221 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 225 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 234 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 246 position 37 need optimization. All method calls are advised to move to end of logic expression. | 246 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 247 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 249 position 49 need optimization. All method calls are advised to move to end of logic expression. | 249 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 250 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 263 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 279 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 2 times in the file. | 451 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 451 | |
| extension | ReturnCountExtended | Return count for 'forUriStringNoThrow' method is 2 (max allowed is 1). | 480 | |
| extension | ReturnCountExtended | Return count for 'getCoercedIPv4Address' method is 3 (max allowed is 1). | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 140 | |
| extension | ReturnCountExtended | Return count for 'findSuffixOfType' method is 4 (max allowed is 1). | 164 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 238 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 240 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 242 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 245 | |
| extension | ReturnCountExtended | Return count for 'validatePart' method is 5 (max allowed is 1). | 256 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 265 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 137 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 138 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 139 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 140 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 141 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 142 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 145 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 147 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 148 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 149 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 150 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 151 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "javascript" appears 2 times in the file. | 158 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 165 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 167 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 175 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "xml" appears 2 times in the file. | 182 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 190 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 198 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 209 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 211 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 212 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 213 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 214 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 233 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 235 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 236 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 243 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 250 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 257 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 260 | |
| extension | MultipleStringLiteralsExtended | The String "mp4" appears 2 times in the file. | 260 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "mpeg" appears 2 times in the file. | 261 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 262 | |
| extension | MultipleStringLiteralsExtended | The String "ogg" appears 3 times in the file. | 262 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "webm" appears 2 times in the file. | 263 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 270 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 277 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 285 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 293 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 300 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 309 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 318 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 326 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 333 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 336 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 337 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 338 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 339 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 340 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 341 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 350 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 359 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 368 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 378 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 380 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 381 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 389 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 396 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 406 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 417 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 419 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 429 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 441 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 449 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 451 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 459 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 466 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 475 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 483 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 485 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 492 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 498 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 504 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 511 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 518 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 522 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 529 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 533 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 537 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 548 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 557 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 566 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 575 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 578 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 580 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 581 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 584 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 587 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 589 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 591 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 593 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 595 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 605 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 608 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 609 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 616 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 626 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 628 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 638 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 640 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 649 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 662 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 664 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 674 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 682 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 684 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 694 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 696 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 698 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 699 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 700 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 702 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 704 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 706 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 708 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1090 | |
| extension | MultipleStringLiteralsExtended | The String "; " appears 2 times in the file. | 1090 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'escape' method is 2 (max allowed is 1). | 158 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 78 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 114 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 504 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 547 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 365 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 392 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 57 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 263 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 483 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 636 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 301 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 452 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 639 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 656 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 298 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 449 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 632 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 83 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 308 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 317 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 318 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 320 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 324 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 414 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 83 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 305 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 314 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 315 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 317 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 321 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 409 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 83 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 307 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 316 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 317 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 319 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 323 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 411 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 355 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 500 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 683 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 326 | |
| extension | ReturnCountExtended | Return count for 'tryParse' method is 7 (max allowed is 1). | 391 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 455 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 601 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 784 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 62 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 267 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 356 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 503 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 683 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 63 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 274 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 324 position 12 need optimization. All method calls are advised to move to end of logic expression. | 324 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 360 | |
| extension | ReturnCountExtended | Return count for 'compare' method is 4 (max allowed is 1). | 365 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 371 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 383 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 444 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "value (%s) is outside the range for an unsigned integer value" appears 2 times in the file. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "value (%s) is outside the range for an unsigned long value" appears 2 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 56 | |
| extension | ReturnCountExtended | Return count for 'divide' method is 2 (max allowed is 1). | 247 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 261 | |
| extension | ReturnCountExtended | Return count for 'remainder' method is 2 (max allowed is 1). | 283 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 297 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 388 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 428 | |
| extension | ReturnCountExtended | Return count for 'toString' method is 3 (max allowed is 1). | 456 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'invoke' method is 5 (max allowed is 1). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 193 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 251 position 54 need optimization. All method calls are advised to move to end of logic expression. | 251 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 316 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 358 | |
| extension | RedundantReturn | Redundant return. | 394 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "file" appears 4 times in the file. | 435 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 443 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 476 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 499 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 576 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 583 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 97 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Please use putInstance() instead." appears 2 times in the file. | 80 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 272 | |
| extension | ReturnCountExtended | Return count for 'resolveInternal' method is 3 (max allowed is 1). | 324 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 332 | |
| extension | ReturnCountExtended | Return count for 'capture' method is 5 (max allowed is 1). | 461 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 102 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 202 | |
| extension | ReturnCountExtended | Return count for 'isSubtypeOf' method is 8 (max allowed is 1). | 474 | |
| extension | MultipleStringLiteralsExtended | The String "%s not declared by %s" appears 2 times in the file. | 581 | |
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 657 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 681 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 699 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 715 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 753 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 768 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 800 | |
| extension | ReturnCountExtended | Return count for 'isSubtypeOfParameterizedType' method is 2 (max allowed is 1). | 890 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 1009 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1155 | |
| extension | ReturnCountExtended | Return count for 'toGenericType' method is 3 (max allowed is 1). | 1156 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1186 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1194 | |
| extension | ReturnCountExtended | Return count for 'resolveTypeArgsForSubclass' method is 2 (max allowed is 1). | 1251 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 1292 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1391 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1446 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 155 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 161 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 258 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 323 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 329 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 392 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 423 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 513 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 593 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 594 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 683 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 63 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 105 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 67 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 70 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "thread" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "next" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "waiters" appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "listeners" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 151 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 152 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 234 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 268 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 352 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 355 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 358 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 361 | |
| extension | ReturnCountExtended | Return count for 'get' method is 3 (max allowed is 1). | 397 | |
| extension | MoveVariableInsideIf | Variable 'unitString' can be moved inside the block at line '468' to restrict runtime creation. | 465 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 3 times in the file. | 466 | |
| extension | ReturnCountExtended | Return count for 'get' method is 2 (max allowed is 1). | 508 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 604 | |
| extension | ReturnCountExtended | Return count for 'setFuture' method is 4 (max allowed is 1). | 782 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 800 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 807 | |
| extension | ReturnCountExtended | Return count for 'getFutureValue' method is 10 (max allowed is 1). | 832 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 847 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 862 | |
| extension | MultipleStringLiteralsExtended | The String "get() did not throw CancellationException, despite reporting " appears 2 times in the file. | 872 | |
| extension | MultipleStringLiteralsExtended | The String "isCancelled() == true: " appears 2 times in the file. | 873 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 897 | |
| extension | MultipleStringLiteralsExtended | The String "CANCELLED" appears 2 times in the file. | 1064 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 1070 | |
| extension | MoveVariableInsideIf | Variable 'truncateLength' can be moved inside the block at line '1,118' to restrict runtime creation. | 1093 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1106 | |
| extension | MultipleStringLiteralsExtended | The String "Exception thrown from implementation: " appears 2 times in the file. | 1109 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1135 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1152 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1166 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 1231 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 64 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 165 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 196 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 199 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 235 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 270 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 494 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 508 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "})" appears 3 times in the file. | 100 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 119 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 121 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 135 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 149 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 163 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 178 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 189 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 192 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 249 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 288 | |
| extension | MultipleStringLiteralsExtended | The String "Timed out waiting for " appears 2 times in the file. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "Expected the service " appears 2 times in the file. | 365 | |
| extension | MultipleStringLiteralsExtended | The String " to be " appears 2 times in the file. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 58 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 79 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 102 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 106 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 107 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 119 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 83 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 142 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 154 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 209 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 214 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 252 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 283 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 307 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 334 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 59 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 80 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 99 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 114 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 57 | |
| extension | ReturnCountExtended | Return count for 'addAndGet' method is 2 (max allowed is 1). | 106 | |
| extension | ReturnCountExtended | Return count for 'getAndAdd' method is 2 (max allowed is 1). | 159 | |
| extension | ReturnCountExtended | Return count for 'put' method is 2 (max allowed is 1). | 196 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 328 | |
| extension | ReturnCountExtended | Return count for 'putIfAbsent' method is 3 (max allowed is 1). | 409 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 446 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 69 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 271 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 302 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 445 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 449 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 459 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 493 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 493 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 602 | |
| extension | ReturnCountExtended | Return count for 'findPathTo' method is 3 (max allowed is 1). | 678 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 59 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 58 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 56 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 58 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 60 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 62 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 81 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 83 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 509 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 754 | |
| extension | MoveVariableInsideIf | Variable 'localState' can be moved inside the block at line '886' to restrict runtime creation. | 885 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 959 position 55 need optimization. All method calls are advised to move to end of logic expression. | 959 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1041 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1076 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 1234 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 50 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 61 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 80 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 93 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 99 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 165 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 190 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 218 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 248 | |
| extension | ReturnCountExtended | Return count for 'newFromConstructor' method is 3 (max allowed is 1). | 260 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 283 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 288 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 301 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 53 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 71 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 115 position 59 need optimization. All method calls are advised to move to end of logic expression. | 115 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 153 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 159 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 70 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'enterWhen' method is 2 (max allowed is 1). | 463 | |
| extension | ReturnCountExtended | Return count for 'waitForUninterruptibly' method is 2 (max allowed is 1). | 786 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1046 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 223 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 619 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 702 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 760 | |
| extension | MultipleStringLiteralsExtended | The String "Couldn't invoke ThreadManager.currentRequestThreadFactory" appears 3 times in the file. | 766 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 772 | |
| extension | ReturnCountExtended | Return count for 'isAppEngineWithApiClasses' method is 6 (max allowed is 1). | 777 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 114 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 130 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 132 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 168 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 184 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 187 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 202 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with || at line 136 position 55 need optimization. All method calls are advised to move to end of logic expression. | 136 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 143 | |
| extension | RedundantReturn | Redundant return. | 219 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 225 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 97 | |
| extension | ReturnCountExtended | Return count for 'callWithTimeout' method is 2 (max allowed is 1). | 116 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 137 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 157 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 161 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 179 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 183 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 199 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 203 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 219 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 162 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 300 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 308 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 441 | |
| extension | ReturnCountExtended | Return count for 'getAt' method is 3 (max allowed is 1). | 451 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 461 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 542 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 74 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 75 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 77 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 102 | |
| extension | MoveVariableInsideIf | Variable 'localTimer' can be moved inside the block at line '158' to restrict runtime creation. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 64 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 70 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 371 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 47 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 103 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 104 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "\uFFFD" appears 2 times in the file. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 76 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 102 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 221 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 222 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 250 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 262 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 265 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 268 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 287 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 375 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 439 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 450 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 639 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 648 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 657 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 74 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 44 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 136 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 53 | |
| extension | ReturnCountExtended | Return count for 'copyOf' method is 4 (max allowed is 1). | 220 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 295 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 306 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 338 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 348 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "=" appears 2 times in the file. | 198 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 58 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 60 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 111 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 125 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 203 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 231 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 244 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "CANCELLED" appears 2 times in the file. | 243 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 258 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 289 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot get() on a pending future." appears 2 times in the file. | 303 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 373 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 408 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 418 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 22 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'OptionalDependencies' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 36 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 41 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 43 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot get() on a pending future." appears 2 times in the file. | 36 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 44 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 63 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 65 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 26 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 31 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 52 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 57 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 78 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 27 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 32 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 54 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 59 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 81 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 86 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 108 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 113 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 135 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 140 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 162 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 167 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 189 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 194 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 216 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 221 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 243 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 248 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 270 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 275 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 297 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 302 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 324 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 329 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 351 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 356 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 378 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 383 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 405 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 410 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 432 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 437 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 459 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 464 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 486 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 491 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 513 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 518 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 540 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 545 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 567 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 572 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 594 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 599 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 621 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 626 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 648 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 653 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 675 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 680 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 702 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 707 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 729 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 734 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 756 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 761 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 783 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 788 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 810 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 815 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 837 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 842 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 864 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 869 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 891 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 896 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 918 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 923 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 945 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 950 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 972 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 977 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 999 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1004 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1026 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1031 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1053 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1058 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1080 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1085 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1107 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1112 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1134 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1139 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1161 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1166 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1188 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1193 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1215 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1220 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1242 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1247 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1269 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1274 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1296 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1301 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1323 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1328 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1350 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1355 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1377 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1382 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1404 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1409 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1431 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1436 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1458 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1463 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1485 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1490 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1512 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1517 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1539 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1544 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1566 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1571 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1593 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1598 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1620 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1625 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1647 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1652 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1674 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1679 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1701 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1706 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1728 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1733 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1755 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1760 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1782 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1787 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1809 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1814 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1836 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1841 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1863 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1868 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1890 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1895 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1917 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1922 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1944 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1949 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1971 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1976 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1998 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2003 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2025 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2030 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2052 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2057 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2079 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2084 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2106 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2111 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2133 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2138 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2160 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2165 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2187 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2192 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2214 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2219 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2241 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2246 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2268 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2273 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2295 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2300 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2322 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2327 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2349 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2354 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2376 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2381 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2403 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2408 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2430 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2435 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2457 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2462 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2484 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2489 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2511 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2516 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2538 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2543 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2565 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2570 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2592 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2597 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2619 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2624 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2646 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2651 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2673 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2678 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2700 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2705 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2727 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2732 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2754 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2759 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2781 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2786 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2808 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2813 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2835 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2840 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2862 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2867 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2889 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2894 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2916 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2921 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2943 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2948 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2970 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2975 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2997 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3002 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3024 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3029 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3051 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3056 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3078 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3083 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3105 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3110 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3132 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3137 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3159 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 104 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 112 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 138 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 143 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 257 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 318 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 325 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 356 position 61 need optimization. All method calls are advised to move to end of logic expression. | 356 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 357 position 8 need optimization. All method calls are advised to move to end of logic expression. | 357 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 399 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 407 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 413 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 445 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 458 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 465 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 474 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 482 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "Should not contain key " appears 2 times in the file. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 349 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 554 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 64 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 68 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 99 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 122 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 141 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 163 | |
| extension | ReturnCountExtended | Return count for 'matches' method is 5 (max allowed is 1). | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 52 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Not true that " appears 4 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String " is empty" appears 2 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "contents were not equal and in the same order: " appears 2 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "expected = " appears 3 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String ", actual = " appears 3 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 4 times in the file. | 139 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 187 | |
| extension | MultipleStringLiteralsExtended | The String ".compare(" appears 3 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 3 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String ".compareTo(" appears 3 times in the file. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 414 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 421 | |
| extension | ReturnCountExtended | Return count for 'compare' method is 5 (max allowed is 1). | 464 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 522 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 102 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 118 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | MultipleStringLiteralsExtended | The String "Expected UnsupportedOperationException." appears 21 times in the file. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 356 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | RedundantReturn | Redundant return. | 377 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 419 | |
| extension | RedundantReturn | Redundant return. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 446 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalStateException." appears 2 times in the file. | 476 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 502 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 529 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 533 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 538 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 556 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 560 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 565 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 592 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 594 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 596 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 613 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 615 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 620 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 649 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 654 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException." appears 2 times in the file. | 677 | |
| extension | MultipleStringLiteralsExtended | The String "Expected UnsupportedOperationException or NullPointerException." appears 4 times in the file. | 683 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 702 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 707 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 756 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 810 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 834 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 849 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 851 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 869 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 887 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 901 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 903 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 990 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 991 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1019 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1020 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1048 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1049 | |
| extension | MultipleStringLiteralsExtended | The String "Expected RuntimeException" appears 3 times in the file. | 1053 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1054 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1077 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1078 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1084 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1109 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1166 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1192 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1268 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1316 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1397 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1475 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1478 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1500 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1503 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1554 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1557 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1606 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 46 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 43 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 64 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 65 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RedundantReturn | Redundant return. | 63 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 65 position 23 need optimization. All method calls are advised to move to end of logic expression. | 65 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 92 position 23 need optimization. All method calls are advised to move to end of logic expression. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 115 position 23 need optimization. All method calls are advised to move to end of logic expression. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 270 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "below view" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "above view" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 395 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "absent" appears 3 times in the file. | 183 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "present" appears 2 times in the file. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected ConcurrentModificationException" appears 4 times in the file. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "f" appears 3 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 3 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException" appears 2 times in the file. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException" appears 2 times in the file. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException" appears 2 times in the file. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "Expected UnsupportedOperationException" appears 2 times in the file. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 260 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 493 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "old count" appears 3 times in the file. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "multiset contains element after removing its entry" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "multiset.entrySet.remove(missingEntry) returned true" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "multiset didn't contain element after removing a missing entry" appears 2 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 4 times in the file. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 446 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 449 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 450 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 453 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "multiset.entrySet() has incorrect hash code" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "multiset has incorrect hash code" appears 2 times in the file. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "multiset.remove(present, 2) didn't return the old count" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "multiset contains present after multiset.remove(present, 2)" appears 3 times in the file. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "setCount() with a too-small oldCount should return false" appears 2 times in the file. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "zzz" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "zzy" appears 2 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "\0" appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "\0\0" appears 2 times in the file. | 160 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 379 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 59 | |
| extension | MoveVariableInsideIf | Variable 'firstExclusive' can be moved inside the block at line '200' to restrict runtime creation. | 178 | |
| extension | MoveVariableInsideIf | Variable 'lastExclusive' can be moved inside the block at line '206' to restrict runtime creation. | 179 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 190 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "January" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "February" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "March" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "April" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 2 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "May" appears 2 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "January" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "February" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "March" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "April" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 2 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "May" appears 2 times in the file. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "index " appears 3 times in the file. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "(notPresent) should return -1" appears 2 times in the file. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "should contain " appears 2 times in the file. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "contains(notPresent) should return false" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 41 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 54 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 63 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "removeAll(intersectingCollection) should return true" appears 2 times in the file. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "UnsupportedOperationException" appears 2 times in the file. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "UnsupportedOperationException" appears 2 times in the file. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "remove(present) should decrease a collection's size by one." appears 2 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "toArray(emptyT[]) should return an array of type T" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "toArray(emptyT[]).length:" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "toArray(sameSizeE[]) should return the given array" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "toArray(sameSizeObject[]) should return the given array" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "toArray(overSizedE[]) should return the given array" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "The array element immediately following the end of the collection should be nulled" appears 2 times in the file. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "addAll(n, allPresent) should return true" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "addAll(n, allPresent) should throw" appears 2 times in the file. | 57 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Two Lists should not be equal if exactly one of them has null at a given index." appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "Lists of different sizes should not be equal." appears 2 times in the file. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "A set() call to a list after a sublist has been created " appears 2 times in the file. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "should be reflected in the sublist" appears 2 times in the file. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ConcurrentModificationException" appears 3 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Map.compute(present, functionReturningValue) should return new value" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ExpectedException" appears 2 times in the file. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "containsKey(notPresent) should return false" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "containsValue(notPresent) should return false" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "entry.setValue() should return the old value" appears 2 times in the file. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A Map should equal any other Map containing the same entries," appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "Maps of different sizes should not be equal." appears 2 times in the file. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "get(notPresent) should return null" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should not call merge function if key was absent" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException or UnsupportedOperationException" appears 2 times in the file. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected ConcurrentModificationException" appears 3 times in the file. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "remove(present) should decrease a map's size by one." appears 2 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ConcurrentModificationException" appears 3 times in the file. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Sets of different sizes should not be equal." appears 2 times in the file. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 41 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testEqualsAndSerializable" appears 2 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "testEqualsAndSerialization" appears 2 times in the file. | 137 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 204 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 213 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 246 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 248 | |
| extension | RequireFailForTryCatchInJunit | try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. | 286 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 288 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 197 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 304 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 344 | |
| extension | ReturnCountExtended | Return count for 'get' method is 9 (max allowed is 1). | 351 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 386 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 530 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 194 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 286 | |
| extension | ReturnCountExtended | Return count for 'instantiate' method is 3 (max allowed is 1). | 337 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 352 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 454 | |
| extension | MultipleStringLiteralsExtended | The String "Serialization failed on return value of " appears 2 times in the file. | 498 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 500 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 530 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 536 | |
| extension | MultipleStringLiteralsExtended | The String " of " appears 2 times in the file. | 781 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 69 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 70 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 82 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 117 | |
| extension | MultipleStringLiteralsExtended | The String " not forwarded" appears 2 times in the file. | 208 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'generate' method is 7 (max allowed is 1). | 206 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 280 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 281 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 515 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 157 | |
| extension | FinalizeImplementation | finalize() method should contain try-finally block with super.finalize() call inside finally block. | 227 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 301 | |
| extension | FinalizeImplementation | finalize() method should contain try-finally block with super.finalize() call inside finally block. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 365 | |
| extension | MoveVariableInsideIf | Variable 'param' can be moved inside the block at line '377' to restrict runtime creation. | 376 | |
| extension | ReturnCountExtended | Return count for 'getDefaultValue' method is 7 (max allowed is 1). | 389 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 475 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "unit must not be null!" appears 7 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "task must not be null!" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "tasks must not be null!" appears 4 times in the file. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "yam" appears 2 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 28 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 17 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 13 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 3 times in the file. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 143 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 158 | |
| extension | ForbidThrowAnonymousExceptions | Avoid throwing anonymous exception. | 271 | |
| extension | ForbidThrowAnonymousExceptions | Avoid throwing anonymous exception. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 2 times in the file. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "testRequiringTwoExplicitDerivedFeatures" appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ConflictingRequirementsException" appears 2 times in the file. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testNotThere" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "testPublic" appears 2 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 355 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 413 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 445 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 449 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 493 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "should have failed" appears 13 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "good" appears 4 times in the file. | 597 | |
| extension | MultipleStringLiteralsExtended | The String "x1" appears 2 times in the file. | 649 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 739 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 771 position 32 need optimization. All method calls are advised to move to end of logic expression. | 771 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 785 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 1127 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 1133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should fail on null equal object" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String " [group 1, item 2]" appears 2 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "Should get not equal to equal object error" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String ") of " appears 2 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 9 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 10 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 6 times in the file. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "should failed because transitivity is broken" appears 2 times in the file. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 3 times in the file. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "TestObject{group=1, item=2} [group 1, item 2] must be equivalent to " appears 2 times in the file. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 439 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 6 times in the file. | 483 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | FinalizeImplementation | finalize() method should contain try-finally block with super.finalize() call inside finally block. | 46 | |
| extension | FinalizeImplementation | finalize() method should contain try-finally block with super.finalize() call inside finally block. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | FinalizeImplementation | finalize() method should contain try-finally block with super.finalize() call inside finally block. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 140 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "should throw" appears 4 times in the file. | 151 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 152 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 161 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 168 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 177 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 180 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 184 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 193 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 205 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 219 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 222 | |
| extension | FinalizeImplementation | finalize() method should contain try-finally block with super.finalize() call inside finally block. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "staticOneArgThrowsOtherThanNpe" appears 2 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "staticOneArgShouldThrowNpeButDoesnt" appears 2 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "Should not have flagged method " appears 2 times in the file. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "Should report error in method " appears 2 times in the file. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "index 0" appears 2 times in the file. | 322 | |
| extension | MultipleStringLiteralsExtended | The String "[null]" appears 2 times in the file. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "Should detect problem in " appears 3 times in the file. | 908 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1194 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1388 | |
| extension | MultipleStringLiteralsExtended | The String "privateMethod" appears 3 times in the file. | 1389 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1390 | |
| extension | MultipleStringLiteralsExtended | The String "packagePrivateMethod" appears 3 times in the file. | 1392 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1393 | |
| extension | MultipleStringLiteralsExtended | The String "protectedMethod" appears 3 times in the file. | 1394 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1395 | |
| extension | MultipleStringLiteralsExtended | The String "publicMethod" appears 3 times in the file. | 1396 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1400 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1402 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1405 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1408 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1413 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1415 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1418 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1420 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 86 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 95 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 76 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "message" appears 2 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Runnable" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "run()" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "add(" appears 3 times in the file. | 223 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 387 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 108 | |
| extension | ReturnCountExtended | Return count for 'checkString' method is 2 (max allowed is 1). | 110 | |
| extension | ReturnCountExtended | Return count for 'nextCodePoint' method is 2 (max allowed is 1). | 172 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 204 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 558 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 559 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 560 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 561 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 563 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 564 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 565 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 566 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 567 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 568 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 569 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 570 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 573 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 574 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 575 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 576 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 577 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 578 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 579 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 580 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 581 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 582 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 583 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 584 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 585 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 586 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 587 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 589 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 590 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 591 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 592 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 593 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 594 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 595 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 597 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 598 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 599 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 600 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 601 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 602 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 603 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 604 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 605 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 606 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 607 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 608 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 609 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 610 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 611 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 614 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 615 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 617 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 618 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 619 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 620 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 621 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 622 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 623 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 624 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 625 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 626 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 628 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 629 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 632 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 633 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 634 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 635 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 637 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 638 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 639 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 641 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 642 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 643 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 644 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 645 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 646 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 647 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 648 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 649 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 650 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 651 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 652 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 653 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 654 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 655 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 656 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 657 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 658 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 659 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 660 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 661 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 662 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 663 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 664 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 665 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 666 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 667 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 668 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 669 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 671 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 673 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 674 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 675 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 676 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 677 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 678 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 679 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 680 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 681 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 682 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 683 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 684 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 685 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 686 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 687 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 688 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 689 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 690 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 691 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 692 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 693 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 694 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 695 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 696 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 697 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 698 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 699 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 700 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 701 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 702 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 703 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 704 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 705 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 706 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 707 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 708 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 709 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 710 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 712 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 713 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 714 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 715 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 716 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 717 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 718 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 719 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 720 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 721 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 722 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 723 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 724 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 725 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 726 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 727 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 728 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 729 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 730 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 732 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 733 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 734 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 735 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 736 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 737 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 738 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 739 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 740 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 741 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 742 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 751 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 752 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 753 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 754 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 755 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 756 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 758 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 759 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 760 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 761 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 762 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 763 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 765 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 766 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 767 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 768 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 769 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 770 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 771 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 772 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 774 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 775 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 776 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 777 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 778 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 779 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 780 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 781 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 782 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 783 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 784 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 785 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 786 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 787 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 788 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 789 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 790 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 791 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 792 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 793 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 794 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 795 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 796 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 797 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 798 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 799 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 800 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 801 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 802 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 803 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 804 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 805 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 806 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 807 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 808 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 809 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 810 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 811 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 812 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 813 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 814 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 815 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 816 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 817 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 818 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 819 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 820 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 821 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 822 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 823 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 824 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 825 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 826 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 827 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 828 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 829 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 830 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 831 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 832 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 833 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 834 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 835 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 836 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 844 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 844 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 844 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 844 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 844 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 844 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 844 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 845 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 845 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 845 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 845 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 845 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 845 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 845 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 846 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 846 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 846 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 846 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 846 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 846 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 846 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 847 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 848 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 848 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 848 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 848 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 848 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 848 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 848 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 849 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 849 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 849 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 849 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 849 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 849 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 849 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 850 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 850 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 850 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 850 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 850 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 850 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 850 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 851 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 851 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 851 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 851 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 851 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 851 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 851 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 852 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 852 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 852 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 852 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 852 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 852 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 852 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 853 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 854 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 854 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 854 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 854 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 854 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 854 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 854 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 855 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 855 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 855 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 855 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 855 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 855 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 855 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 856 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 856 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 856 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 856 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 856 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 856 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 856 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 857 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 857 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 857 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 857 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 857 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 857 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 857 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 858 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 858 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 858 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 858 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 858 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 858 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 858 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 859 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 859 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 859 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 859 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 859 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 859 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 859 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 860 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 860 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 860 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 860 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 860 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 860 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 860 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 861 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 861 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 861 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 861 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 861 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 861 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 861 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 862 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 862 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 862 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 862 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 862 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 862 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 862 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 863 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 863 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 863 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 863 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 863 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 863 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 863 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 864 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 864 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 864 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 864 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 864 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 864 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 864 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 866 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 866 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 866 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 866 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 866 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 866 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 866 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 867 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 867 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 867 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 867 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 867 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 867 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 867 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 868 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 868 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 868 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 868 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 868 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 868 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 868 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 869 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 869 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 869 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 869 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 869 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 869 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 869 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 870 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 870 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 870 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 870 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 870 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 870 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 870 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 871 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 871 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 871 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 871 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 871 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 871 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 871 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 872 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 872 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 872 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 872 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 872 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 872 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 872 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 873 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 873 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 873 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 873 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 873 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 873 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 873 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 874 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 874 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 874 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 874 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 874 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 874 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 874 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 876 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 876 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 876 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 876 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 876 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 876 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 876 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 877 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 877 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 877 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 877 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 877 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 877 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 877 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 878 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 878 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 878 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 878 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 878 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 878 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 878 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 881 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 881 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 881 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 881 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 881 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 881 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 881 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 882 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 882 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 882 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 882 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 882 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 882 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 882 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 883 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 883 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 883 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 883 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 883 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 883 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 883 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 885 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 886 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 886 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 886 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 886 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 886 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 886 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 886 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 887 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 887 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 887 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 887 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 887 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 887 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 887 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 889 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 889 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 889 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 889 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 889 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 889 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 889 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 890 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 890 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 890 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 890 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 890 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 890 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 890 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 891 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 892 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 892 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 892 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 892 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 892 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 892 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 892 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 893 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 893 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 893 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 893 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 893 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 893 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 893 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 894 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 895 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 895 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 895 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 895 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 895 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 895 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 895 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 896 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 896 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 896 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 896 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 896 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 896 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 896 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 897 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 897 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 897 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 897 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 897 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 897 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 897 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 898 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 898 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 898 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 898 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 898 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 898 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 898 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 899 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 899 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 899 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 899 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 899 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 899 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 899 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 900 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 900 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 900 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 900 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 900 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 900 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 900 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 901 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 901 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 901 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 901 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 901 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 901 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 901 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 902 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 902 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 902 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 902 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 902 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 902 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 902 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 903 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 903 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 903 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 903 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 903 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 903 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 903 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 904 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 905 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 905 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 905 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 905 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 905 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 905 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 905 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 906 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 906 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 906 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 906 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 906 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 906 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 906 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 907 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 907 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 907 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 907 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 907 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 907 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 907 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 908 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 908 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 908 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 908 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 908 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 908 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 908 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 909 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 909 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 909 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 909 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 909 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 909 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 909 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 910 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 912 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 912 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 912 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 912 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 912 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 912 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 912 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 913 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 913 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 913 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 913 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 913 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 913 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 913 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 914 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 914 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 914 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 914 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 914 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 914 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 914 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 915 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 915 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 915 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 915 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 915 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 915 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 915 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 916 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 916 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 916 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 916 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 916 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 916 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 916 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 917 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 917 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 917 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 917 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 917 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 917 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 917 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 918 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 918 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 918 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 918 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 918 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 918 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 918 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 919 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 919 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 919 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 919 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 919 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 919 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 919 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 920 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 920 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 920 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 920 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 920 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 920 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 920 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 921 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 921 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 921 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 921 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 921 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 921 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 921 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 922 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 922 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 922 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 922 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 922 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 922 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 922 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 923 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 923 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 923 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 923 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 923 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 923 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 923 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 924 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 924 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 924 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 924 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 924 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 924 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 924 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 925 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 925 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 925 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 925 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 925 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 925 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 925 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 926 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 926 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 926 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 926 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 926 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 926 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 926 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 927 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 927 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 927 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 927 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 927 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 927 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 927 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 928 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 928 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 928 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 928 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 928 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 928 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 928 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 929 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 929 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 929 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 929 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 929 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 929 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 929 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 931 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 931 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 931 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 931 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 931 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 931 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 931 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 932 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 932 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 932 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 932 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 932 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 932 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 932 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 933 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 933 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 933 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 933 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 933 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 933 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 933 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 934 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 934 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 934 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 934 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 934 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 934 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 934 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 935 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 935 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 935 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 935 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 935 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 935 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 935 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 936 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 937 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 938 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 938 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 938 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 938 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 938 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 938 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 938 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 939 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 939 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 939 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 939 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 939 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 939 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 939 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 940 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 940 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 940 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 940 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 940 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 940 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 940 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 941 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 941 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 941 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 941 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 941 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 941 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 941 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 942 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 942 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 942 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 942 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 942 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 942 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 942 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 943 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 943 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 943 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 943 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 943 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 943 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 943 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 944 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 944 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 944 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 944 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 944 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 944 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 944 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 945 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 946 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 946 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 946 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 946 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 946 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 946 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 946 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 947 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 947 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 947 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 947 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 947 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 947 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 947 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 950 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 950 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 950 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 950 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 950 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 950 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 950 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 952 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 952 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 952 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 952 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 952 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 952 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 952 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 953 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 953 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 953 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 953 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 953 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 953 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 953 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 954 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 954 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 954 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 954 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 954 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 954 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 954 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 955 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 955 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 955 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 955 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 955 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 955 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 955 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 956 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 956 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 956 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 956 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 956 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 956 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 956 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 958 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 958 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 958 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 958 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 958 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 958 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 958 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 959 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 959 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 959 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 959 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 959 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 959 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 959 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 960 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 960 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 960 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 960 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 960 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 960 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 960 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 961 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 961 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 961 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 961 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 961 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 961 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 961 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 962 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 962 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 962 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 962 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 962 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 962 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 962 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 963 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 963 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 963 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 963 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 963 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 963 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 963 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 964 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 964 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 964 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 964 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 964 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 964 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 964 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 965 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 965 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 965 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 965 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 965 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 965 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 965 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 966 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 966 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 966 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 966 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 966 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 966 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 966 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 967 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 967 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 967 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 967 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 967 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 967 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 967 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 968 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 968 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 968 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 968 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 968 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 968 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 968 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 969 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 969 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 969 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 969 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 969 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 969 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 969 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 970 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 970 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 970 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 970 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 970 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 970 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 970 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 971 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 971 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 971 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 971 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 971 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 971 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 971 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 972 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 972 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 972 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 972 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 972 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 972 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 972 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 973 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 973 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 973 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 973 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 973 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 973 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 973 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 974 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 974 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 974 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 974 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 974 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 974 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 974 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 975 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 975 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 975 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 975 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 975 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 975 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 975 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 976 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 976 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 976 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 976 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 976 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 976 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 976 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 977 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 977 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 977 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 977 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 977 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 977 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 977 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 978 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 978 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 978 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 978 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 978 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 978 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 978 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 979 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 979 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 979 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 979 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 979 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 979 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 979 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 980 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 980 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 980 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 980 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 980 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 980 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 980 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 981 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 981 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 981 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 981 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 981 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 981 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 981 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 982 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 982 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 982 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 982 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 982 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 982 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 982 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 983 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 983 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 983 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 983 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 983 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 983 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 983 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 984 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 984 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 984 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 984 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 984 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 984 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 984 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 985 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 985 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 985 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 985 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 985 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 985 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 985 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 986 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 986 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 986 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 986 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 986 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 986 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 986 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 987 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 987 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 987 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 987 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 987 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 987 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 987 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 989 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 989 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 989 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 989 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 989 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 989 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 989 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 990 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 990 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 990 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 990 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 990 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 990 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 990 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 991 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 991 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 991 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 991 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 991 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 991 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 991 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 992 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 992 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 992 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 992 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 992 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 992 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 992 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 993 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 993 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 993 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 993 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 993 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 993 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 993 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 994 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 994 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 994 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 994 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 994 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 994 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 994 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 995 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 995 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 995 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 995 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 995 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 995 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 995 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 996 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 996 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 996 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 996 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 996 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 996 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 996 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 997 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 997 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 997 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 997 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 997 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 997 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 997 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 998 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 998 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 998 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 998 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 998 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 998 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 998 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 999 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 999 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 999 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 999 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 999 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 999 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 999 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1000 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1000 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1000 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1000 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1000 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1000 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1000 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1001 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1001 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1001 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1001 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1001 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1001 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1001 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1002 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1002 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1002 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1002 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1002 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1002 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1002 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1003 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1003 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1003 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1003 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1003 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1003 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1003 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1004 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1004 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1004 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1004 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1004 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1004 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1004 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1005 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1005 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1005 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1005 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1005 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1005 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1005 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1006 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1006 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1006 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1006 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1006 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1006 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1006 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1007 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1007 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1007 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1007 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1007 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1007 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1007 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1008 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1008 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1008 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1008 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1008 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1008 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1008 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1009 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1009 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1009 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1009 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1009 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1009 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1009 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1010 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1010 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1010 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1010 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1010 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1010 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1010 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1011 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1011 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1011 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1011 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1011 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1011 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1011 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1012 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1012 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1012 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1012 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1012 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1012 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1012 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1013 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1013 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1013 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1013 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1013 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1013 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1013 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1014 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1014 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1014 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1014 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1014 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1014 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1014 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1015 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1015 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1015 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1015 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1015 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1015 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1015 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1016 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1017 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1017 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1017 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1017 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1017 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1017 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1017 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1018 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1018 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1018 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1018 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1018 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1018 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1018 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1019 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1019 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1019 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1019 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1019 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1019 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1019 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1020 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1020 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1020 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1020 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1020 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1020 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1020 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1021 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1021 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1021 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1021 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1021 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1021 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1021 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1022 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1022 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1022 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1022 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1022 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1022 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1022 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1023 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1023 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1023 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1023 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1023 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1023 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1023 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1024 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1024 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1024 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1024 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1024 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1024 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1024 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1025 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1025 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1025 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1025 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1025 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1025 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1025 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1026 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1026 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1026 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1026 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1026 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1026 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1026 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1027 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1027 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1027 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1027 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1027 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1027 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1027 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1028 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1028 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1028 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1028 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1028 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1028 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1028 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1029 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1029 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1029 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1029 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1029 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1029 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1029 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1030 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1030 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1030 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1030 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1030 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1030 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1030 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1031 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1031 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1031 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1031 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1031 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1031 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1031 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1033 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1033 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1033 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1033 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1033 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1033 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1033 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1034 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1034 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1034 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1034 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1034 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1034 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1034 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1035 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1035 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1035 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1035 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1035 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1035 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1035 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1036 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1036 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1036 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1036 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1036 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1036 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1036 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1037 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1037 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1037 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1037 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1037 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1037 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1037 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1038 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1038 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1038 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1038 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1038 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1038 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1038 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1039 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1039 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1039 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1039 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1039 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1039 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1039 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1040 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1040 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1040 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1040 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1040 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1040 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1040 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1046 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1046 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1046 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1046 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1046 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1046 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1046 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1048 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1048 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1048 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1048 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1048 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1048 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1048 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1053 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1053 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1053 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1053 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1053 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1053 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1053 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1054 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1054 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1054 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1054 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1054 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1054 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1054 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1062 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1062 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1062 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1062 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1062 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1062 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1062 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1064 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1064 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1064 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1064 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1064 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1064 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1064 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1065 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1065 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1065 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1065 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1065 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1065 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1065 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1066 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1066 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1066 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1066 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1066 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1066 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1066 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1067 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1067 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1067 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1067 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1067 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1067 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1067 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1068 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1068 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1068 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1068 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1068 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1068 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1068 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1069 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1069 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1069 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1069 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1069 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1069 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1069 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1070 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1070 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1070 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1070 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1070 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1070 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1070 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1072 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1072 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1072 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1072 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1072 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1072 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1072 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1073 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1073 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1073 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1073 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1073 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1073 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1073 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1074 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1074 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1074 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1074 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1074 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1074 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1074 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1075 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1075 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1075 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1075 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1075 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1075 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1075 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1076 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1076 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1076 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1076 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1076 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1076 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1076 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1077 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1077 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1077 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1077 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1077 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1077 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1077 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1078 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1078 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1078 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1078 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1078 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1078 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1078 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1079 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1079 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1079 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1079 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1079 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1079 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1079 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1081 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1081 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1081 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1081 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1081 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1081 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1081 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1083 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1083 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1083 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1083 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1083 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1083 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1083 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1084 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1084 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1084 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1084 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1084 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1084 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1084 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1085 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1085 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1085 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1085 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1085 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1085 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1085 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1086 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1086 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1086 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1086 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1086 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1086 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1086 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1087 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1087 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1087 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1087 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1087 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1087 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1087 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1088 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1088 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1088 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1088 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1088 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1088 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1088 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1089 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1089 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1089 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1089 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1089 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1089 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1089 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1090 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1090 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1090 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1090 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1090 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1090 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1090 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1091 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1091 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1091 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1091 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1091 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1091 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1091 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1092 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1092 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1092 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1092 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1092 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1092 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1092 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1093 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1093 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1093 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1093 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1093 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1093 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1093 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1094 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1094 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1094 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1094 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1094 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1094 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1094 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1095 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1095 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1095 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1095 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1095 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1095 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1095 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1096 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1096 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1096 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1096 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1096 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1096 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1096 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1097 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1097 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1097 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1097 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1097 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1097 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1097 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1098 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1098 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1098 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1098 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1098 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1098 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1098 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1099 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1099 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1099 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1099 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1099 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1099 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1099 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1142 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1142 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1142 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1142 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1142 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1142 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1142 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1143 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1143 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1143 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1143 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1143 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1143 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1143 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1144 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1149 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1149 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1149 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1149 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1149 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1149 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1149 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1150 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1151 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1151 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1151 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1151 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1151 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1151 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1151 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1153 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1157 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1158 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1164 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1164 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1164 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1164 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1164 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1164 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1164 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1165 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1166 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1166 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1166 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1166 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1166 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1166 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1166 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1168 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1168 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1168 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1168 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1168 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1168 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1168 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1169 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1169 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1169 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1169 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1169 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1169 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1169 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1170 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1171 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1172 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1175 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1175 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1175 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1175 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1175 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1175 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1175 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1176 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1176 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1176 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1176 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1176 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1176 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1176 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1177 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1183 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1183 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1183 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1183 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1183 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1183 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1183 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1184 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1186 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1186 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1186 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1186 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1186 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1186 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1186 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1194 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1194 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1194 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1194 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1194 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1194 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1194 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1201 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1201 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1201 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1201 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1201 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1201 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1201 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1202 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1202 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1202 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1202 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1202 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1202 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1202 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1204 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1206 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1209 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1209 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1209 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1209 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1209 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1209 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1209 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1212 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1234 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1235 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1257 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1259 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1260 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1262 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1263 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1264 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1265 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1268 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1272 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1273 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1274 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1276 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1279 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1280 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1283 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1284 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1285 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1287 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1289 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1290 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1292 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1293 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1294 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1295 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1296 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1299 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1301 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1302 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1303 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1304 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1305 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1306 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1310 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1312 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1313 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1315 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1316 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1318 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1320 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1333 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1337 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1339 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1340 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1341 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1343 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1344 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1345 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1346 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1350 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1351 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1352 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1353 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1354 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1355 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1356 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1357 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1358 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1359 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1360 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1361 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1363 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1364 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1367 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1368 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1369 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1370 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1371 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1372 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1373 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1374 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1375 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1376 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1378 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1385 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1386 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1387 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1388 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1389 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1390 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1392 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1394 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1395 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1396 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1397 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1398 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1399 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1400 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1401 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1402 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1403 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1404 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1406 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1407 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1408 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1409 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1410 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1411 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1412 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1413 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1415 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1416 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1417 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1418 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1419 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1422 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1423 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1424 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1425 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1426 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1427 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1428 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1429 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1430 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1431 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1432 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1434 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1435 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1436 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1437 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1438 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1440 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1441 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1442 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1443 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1444 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1445 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1446 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1447 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1448 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1449 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1450 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1451 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1452 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1453 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1454 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1455 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1456 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1457 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1458 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1459 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1460 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1461 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1462 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1463 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1464 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1465 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1466 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1467 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1468 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1469 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1470 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1471 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1472 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1473 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1474 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1477 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1478 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1479 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1480 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1481 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1482 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1483 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1484 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1485 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1486 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1487 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1488 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1489 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1490 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1491 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1492 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1494 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1495 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1496 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1497 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1498 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1499 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1500 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1501 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1502 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1503 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1504 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1505 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1506 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1507 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1508 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1509 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1510 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1511 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1512 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1513 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1514 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1515 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1516 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1517 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1518 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1519 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1520 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1521 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1522 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1524 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1525 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1526 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1527 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1528 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1529 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1530 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1531 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1532 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1534 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1535 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1536 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1537 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1538 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1539 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1540 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1541 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1542 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1543 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1544 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1546 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1547 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1548 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1549 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1550 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1551 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1552 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1553 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1554 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1555 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1556 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1557 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1557 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1562 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2032 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2080 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2082 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2154 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2155 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2160 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2161 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2211 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2219 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2233 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2258 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2267 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2269 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2270 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2281 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2300 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2307 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2309 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2317 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2319 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2334 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2335 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2342 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 2352 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&='. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Wrong length: " appears 3 times in the file. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 37 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 180 | |
| extension | ReturnCountExtended | Return count for 'add' method is 2 (max allowed is 1). | 260 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid occurrences: %s" appears 3 times in the file. | 264 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 3 (max allowed is 1). | 298 | |
| extension | ReturnCountExtended | Return count for 'removeExactly' method is 3 (max allowed is 1). | 352 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 446 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 29 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 30 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'hashFloodingDetected' method is 4 (max allowed is 1). | 62 | |
| extension | ReturnCountExtended | Return count for 'hashFloodingDetected' method is 4 (max allowed is 1). | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&='. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 71 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 86 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'decode' method is 2 (max allowed is 1). | 34 | |
| extension | AvoidHidingCauseException | Cause exception 'ignored' was lost. | 58 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'read' method is 3 (max allowed is 1). | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 29 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 30 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 313 | |
| extension | MultipleStringLiteralsExtended | The String "Runnable was null." appears 4 times in the file. | 382 | |
| extension | MultipleStringLiteralsExtended | The String "Executor was null." appears 4 times in the file. | 383 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 388 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 425 | |
| extension | MultipleStringLiteralsExtended | The String "RuntimeException while executing runnable " appears 4 times in the file. | 428 | |
| extension | MultipleStringLiteralsExtended | The String " with executor " appears 4 times in the file. | 430 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 480 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 555 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 592 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 618 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 622 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 682 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 128 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 148 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 161 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 194 | |
| extension | OverridableMethodInConstructor | Overridable method 'add' is called in constructor body. | 198 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 677 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | RedundantReturn | Redundant return. | 528 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "No exception thrown" appears 5 times in the file. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 19 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "..." appears 8 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "…" appears 4 times in the file. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "PASSWORD" appears 3 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "pa\u00dfword" appears 3 times in the file. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " to " appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 32 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "foo-bar" appears 10 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "foo_bar" appears 10 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "fooBar" appears 14 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 10 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "FooBar" appears 14 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "FOO" appears 10 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "FOO_BAR" appears 18 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "HTTP" appears 5 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "hTTP" appears 3 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "H_T_T_P" appears 3 times in the file. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "abc" appears 3 times in the file. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 27 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "xy" appears 6 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "CharMatcher" appears 12 times in the file. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "ZZ" appears 11 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "blah" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "bcde" appears 2 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "aaaa" appears 2 times in the file. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "abcd" appears 6 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "zxqy" appears 2 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "ChMa" appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "mom" appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "\tAz()" appears 3 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "0123456789" appears 2 times in the file. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 290 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 296 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 4 times in the file. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 365 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 400 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 414 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 415 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 9 times in the file. | 440 | |
| extension | MultipleStringLiteralsExtended | The String "_" appears 6 times in the file. | 440 | |
| extension | MultipleStringLiteralsExtended | The String "x-" appears 8 times in the file. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "x_" appears 2 times in the file. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "-x" appears 8 times in the file. | 442 | |
| extension | MultipleStringLiteralsExtended | The String "_x" appears 2 times in the file. | 442 | |
| extension | MultipleStringLiteralsExtended | The String "--" appears 5 times in the file. | 443 | |
| extension | MultipleStringLiteralsExtended | The String "x--" appears 7 times in the file. | 444 | |
| extension | MultipleStringLiteralsExtended | The String "--x" appears 7 times in the file. | 445 | |
| extension | MultipleStringLiteralsExtended | The String "-x-" appears 5 times in the file. | 446 | |
| extension | MultipleStringLiteralsExtended | The String "_x_" appears 3 times in the file. | 446 | |
| extension | MultipleStringLiteralsExtended | The String "x-x" appears 12 times in the file. | 447 | |
| extension | MultipleStringLiteralsExtended | The String "x_x" appears 6 times in the file. | 447 | |
| extension | MultipleStringLiteralsExtended | The String "---" appears 5 times in the file. | 448 | |
| extension | MultipleStringLiteralsExtended | The String "--x-" appears 5 times in the file. | 449 | |
| extension | MultipleStringLiteralsExtended | The String "--xx" appears 6 times in the file. | 450 | |
| extension | MultipleStringLiteralsExtended | The String "-x--" appears 5 times in the file. | 451 | |
| extension | MultipleStringLiteralsExtended | The String "-x-x" appears 6 times in the file. | 452 | |
| extension | MultipleStringLiteralsExtended | The String "-xx-" appears 5 times in the file. | 453 | |
| extension | MultipleStringLiteralsExtended | The String "x--x" appears 8 times in the file. | 454 | |
| extension | MultipleStringLiteralsExtended | The String "x-x-" appears 6 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "x-xx" appears 8 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "x_xx" appears 2 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "x-x--xx---x----x" appears 8 times in the file. | 457 | |
| extension | MultipleStringLiteralsExtended | The String "x_x_xx_x_x" appears 2 times in the file. | 457 | |
| extension | MultipleStringLiteralsExtended | The String "xx" appears 6 times in the file. | 461 | |
| extension | MultipleStringLiteralsExtended | The String "-#" appears 6 times in the file. | 475 | |
| extension | MultipleStringLiteralsExtended | The String "-#123" appears 6 times in the file. | 476 | |
| extension | MultipleStringLiteralsExtended | The String "ab" appears 6 times in the file. | 494 | |
| extension | MultipleStringLiteralsExtended | The String "abacatbab" appears 3 times in the file. | 519 | |
| extension | MultipleStringLiteralsExtended | The String "yoho" appears 2 times in the file. | 640 | |
| extension | MultipleStringLiteralsExtended | The String "yaha" appears 4 times in the file. | 640 | |
| extension | MultipleStringLiteralsExtended | The String "#" appears 2 times in the file. | 683 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 687 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 688 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 689 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 690 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 692 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 694 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 695 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 696 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 698 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 700 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 701 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 702 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 703 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 705 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 722 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "123" appears 3 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 2 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "forward" appears 4 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "backward" appears 4 times in the file. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "CHEETO" appears 5 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "HONDA" appears 5 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "POODLE" appears 5 times in the file. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 5 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 4 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 5 times in the file. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "disabled" appears 2 times in the file. | 107 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 113 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 120 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 73 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "hiya" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "I'm a string" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "One" appears 12 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "Three" appears 8 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "Null" appears 4 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "Two" appears 6 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "Ichi" appears 3 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "Ni" appears 3 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "San" appears 3 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "Uno" appears 3 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "Tres" appears 3 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "Cuatro" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 2 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 2 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "D" appears 2 times in the file. | 284 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 2 times in the file. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "correct" appears 4 times in the file. | 341 | |
| extension | MultipleStringLiteralsExtended | The String "incorrect" appears 2 times in the file. | 351 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 10 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "1-2" appears 5 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "1-2-3" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 2 times in the file. | 111 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 8 times in the file. | 186 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 4 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 4 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 248 | |
| extension | MultipleStringLiteralsExtended | The String "a:00;00:b" appears 3 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "00" appears 3 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "1:a;1:b" appears 2 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "1:2;1:3;3:4;5:6;5:10" appears 2 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 7 times in the file. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 318 | |
| extension | OverridableMethodInConstructor | Overridable method 'iterator' is called in constructor body. | 338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 33 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "abc" appears 6 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "training" appears 7 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "bob" appears 2 times in the file. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 23 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "default" appears 3 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "fallback" appears 6 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 7 times in the file. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "no exception thrown" appears 17 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 2 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "A %s C %s E" appears 3 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "A %s C" appears 2 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "%s" appears 3 times in the file. | 133 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "index (-1) must not be negative" appears 2 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "foo (-1) must not be negative" appears 2 times in the file. | 274 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 392 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 396 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 409 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 413 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 427 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 431 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 480 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 546 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 559 | |
| extension | MultipleStringLiteralsExtended | The String "A message" appears 2 times in the file. | 561 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 565 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 437 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 480 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 482 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 497 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 507 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 508 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 509 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 527 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 528 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 553 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 554 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 555 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 556 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 563 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 565 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 566 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 573 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 574 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 575 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 576 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 598 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 599 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 612 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 613 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 620 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 621 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 649 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 650 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 664 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 670 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 671 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 690 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 691 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 692 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 693 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 729 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 744 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 3 times in the file. | 800 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 805 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 806 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 807 | |
| extension | MultipleStringLiteralsExtended | The String "^Fo.*o.*bar$" appears 2 times in the file. | 833 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 834 | |
| extension | MultipleStringLiteralsExtended | The String "Foxyzoabcbar" appears 2 times in the file. | 834 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 835 | |
| extension | MultipleStringLiteralsExtended | The String "Foobarx" appears 2 times in the file. | 835 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 842 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 843 | |
| extension | MultipleStringLiteralsExtended | The String "Woo" appears 2 times in the file. | 849 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 897 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 912 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 913 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 914 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 918 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 919 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 920 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 940 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 948 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a,b,c" appears 12 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 41 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 27 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 34 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 6 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "a,,b,c" appears 3 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "a,, b,c" appears 3 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String " b" appears 3 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "a,b,c," appears 3 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String ",a,b,c" appears 3 times in the file. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "Testing-rocks-Debugging-sucks" appears 3 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Testing" appears 4 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "rocks" appears 4 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "Debugging" appears 4 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "sucks" appears 4 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "a..b.c" appears 3 times in the file. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "a. .c" appears 6 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 11 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "..." appears 3 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "arfo(Marlon)aorf, (Michael)orfa, afro(Jackie)orfa, " appears 3 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "ofar(Jemaine), aff(Tito)" appears 3 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "afro" appears 3 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "(Marlon)" appears 3 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "(Michael)" appears 3 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "(Jackie)" appears 3 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "(Jemaine)" appears 3 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "(Tito)" appears 3 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 18 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String ", a, b, c" appears 2 times in the file. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 307 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 7 times in the file. | 371 | |
| extension | MultipleStringLiteralsExtended | The String "\\b" appears 3 times in the file. | 379 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 385 | |
| extension | MultipleStringLiteralsExtended | The String "a,b" appears 3 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 2 times in the file. | 520 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 522 | |
| extension | MultipleStringLiteralsExtended | The String "ab" appears 4 times in the file. | 528 | |
| extension | MultipleStringLiteralsExtended | The String "cd" appears 2 times in the file. | 528 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 538 | |
| extension | MultipleStringLiteralsExtended | The String "abcd" appears 5 times in the file. | 560 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 2 times in the file. | 562 | |
| extension | MultipleStringLiteralsExtended | The String "a,b,c,d" appears 3 times in the file. | 600 | |
| extension | MultipleStringLiteralsExtended | The String "a,,,b,,c,d" appears 3 times in the file. | 612 | |
| extension | MultipleStringLiteralsExtended | The String "c,d" appears 2 times in the file. | 626 | |
| extension | MultipleStringLiteralsExtended | The String ",,a,, , b ,, c,d " appears 4 times in the file. | 630 | |
| extension | MultipleStringLiteralsExtended | The String "boy : tom , girl: tina , cat : kitty , dog: tommy " appears 3 times in the file. | 686 | |
| extension | MultipleStringLiteralsExtended | The String "boy" appears 8 times in the file. | 688 | |
| extension | MultipleStringLiteralsExtended | The String "tom" appears 6 times in the file. | 688 | |
| extension | MultipleStringLiteralsExtended | The String "girl" appears 9 times in the file. | 688 | |
| extension | MultipleStringLiteralsExtended | The String "tina" appears 6 times in the file. | 688 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 8 times in the file. | 688 | |
| extension | MultipleStringLiteralsExtended | The String "kitty" appears 6 times in the file. | 688 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 9 times in the file. | 688 | |
| extension | MultipleStringLiteralsExtended | The String "tommy" appears 6 times in the file. | 688 | |
| extension | MultipleStringLiteralsExtended | The String "boy:tom,girl:tina,cat:kitty,dog:tommy" appears 2 times in the file. | 731 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 2 times in the file. | 762 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 195 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 203 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 207 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 6 times in the file. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 17 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "xx" appears 10 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "--" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "20" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 10 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "abcde" appears 4 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "xyz" appears 6 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "abcxyz" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "aaaaa" appears 3 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "aa" appears 4 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "abc\uD8AB\uDCAB" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "abc\uD8AB\uDCABdef" appears 6 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "abc\uD8AB\uDCABxyz" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "abc\uD8AB\uD8ACxyz" appears 2 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "abc\uD8AB\uD8ABdef" appears 2 times in the file. | 166 | |
| extension | MultipleStringLiteralsExtended | The String "\uD8AB\uDCAB" appears 6 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "\uD8AB" appears 4 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "xyzabc" appears 2 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "def" appears 2 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "\uDCAB" appears 4 times in the file. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "%s" appears 7 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "%s%s%s" appears 2 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "5 + 6 = 11" appears 4 times in the file. | 225 | |
| extension | MultipleStringLiteralsExtended | The String "boiler %s plate" appears 2 times in the file. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Suppliers.memoize(CountingSupplier)" appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "Suppliers.memoize(<supplier that returned 10>)" appears 2 times in the file. | 138 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 459 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 73 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 92 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 115 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 138 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 159 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 182 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 205 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 229 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 250 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 274 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 298 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 345 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 363 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 385 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 407 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 417 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 458 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 477 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 500 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 523 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 534 | |
| extension | MultipleStringLiteralsExtended | The String "Should have throw IAE" appears 2 times in the file. | 576 | |
| extension | MultipleStringLiteralsExtended | The String "\n" appears 2 times in the file. | 641 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 708 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 736 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ".*\\{\\}" appears 7 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "TestClass{}" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "{}" appears 2 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "field1" appears 18 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "Hello" appears 12 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 4 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "def" appears 4 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "ghi" appears 4 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "This is string." appears 2 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "field2" appears 11 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "field3" appears 8 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "value1" appears 3 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "value2" appears 3 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "TestClass{field1=1, value1, field2=value2, 2}" appears 2 times in the file. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "Googley" appears 8 times in the file. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "World" appears 6 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "TestClass{field2=Googley, field3=World}" appears 2 times in the file. | 332 | |
| extension | MultipleStringLiteralsExtended | The String "TestClass{field1=Hello, field2=Googley, field3=World}" appears 2 times in the file. | 392 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 2 times in the file. | 113 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 131 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 134 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 138 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 141 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 149 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 152 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 156 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 167 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 167 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 278 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 286 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "message" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "%s" appears 2 times in the file. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 95 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 120 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 355 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 356 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 367 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 368 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 387 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 405 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 407 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 462 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 463 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 464 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected exception" appears 21 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "maximumSize=9000" appears 3 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "maximumWeight=9000" appears 3 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "weakKeys" appears 3 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "softValues" appears 3 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "weakValues" appears 3 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "recordStats" appears 4 times in the file. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "initialCapacity=10,maximumSize=20,concurrencyLevel=30," appears 2 times in the file. | 373 | |
| extension | MultipleStringLiteralsExtended | The String "concurrencyLevel=7" appears 2 times in the file. | 452 | |
| extension | MultipleStringLiteralsExtended | The String "concurrencyLevel=15" appears 2 times in the file. | 453 | |
| extension | MultipleStringLiteralsExtended | The String "initialCapacity=7" appears 2 times in the file. | 454 | |
| extension | MultipleStringLiteralsExtended | The String "initialCapacity=15" appears 2 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "maximumSize=7" appears 2 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "maximumSize=15" appears 2 times in the file. | 457 | |
| extension | MultipleStringLiteralsExtended | The String "maximumWeight=7" appears 2 times in the file. | 458 | |
| extension | MultipleStringLiteralsExtended | The String "maximumWeight=15" appears 2 times in the file. | 459 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 505 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 458 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 501 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 6 times in the file. | 511 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 622 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 683 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Eviction notifications must be received" appears 4 times in the file. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 489 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 531 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 534 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 571 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 574 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 856 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1476 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 9 times in the file. | 1982 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 2060 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2161 | |
| extension | MultipleStringLiteralsExtended | The String "get" appears 3 times in the file. | 2188 | |
| extension | MultipleStringLiteralsExtended | The String "refresh" appears 3 times in the file. | 2189 | |
| extension | MultipleStringLiteralsExtended | The String "Suffix" appears 4 times in the file. | 2190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2206 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2228 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2283 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2284 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2340 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2341 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2451 | |
| extension | MultipleStringLiteralsExtended | The String "barfoo" appears 4 times in the file. | 2452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2543 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "Expiration queue must be empty by now" appears 2 times in the file. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 449 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 450 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 479 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 481 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException" appears 2 times in the file. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 322 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 10 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 14 times in the file. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hash-1" appears 6 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "hash-2" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '>='. | 102 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "segments=" appears 2 times in the file. | 427 | |
| extension | MultipleStringLiteralsExtended | The String ", maxSize=" appears 4 times in the file. | 427 | |
| extension | MultipleStringLiteralsExtended | The String "totalCapacity=" appears 2 times in the file. | 432 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 578 | |
| extension | MoveVariableInsideIf | Variable 'entry' can be moved inside the block at line '586' to restrict runtime creation. | 585 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 590 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 692 | |
| extension | MultipleStringLiteralsExtended | The String "quux" appears 2 times in the file. | 694 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 695 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 696 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 711 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 738 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 781 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 791 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 792 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 836 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 871 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 897 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 932 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 938 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 968 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 976 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 983 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 996 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1009 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1014 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1022 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1031 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1035 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1155 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1161 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1175 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1199 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1205 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1206 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1235 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1240 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1368 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1411 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1414 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1417 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1421 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1427 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1438 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1448 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1454 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1462 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1468 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1535 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1544 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1551 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1612 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1613 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1614 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1639 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1640 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1641 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1676 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1679 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1682 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1688 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1692 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1693 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1694 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1781 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1782 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1804 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1866 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1867 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1903 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1904 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1930 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1936 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1938 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1939 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1940 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1967 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1973 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1977 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1978 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1979 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1987 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1989 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2015 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2020 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2022 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2033 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2041 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2043 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2067 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2072 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2075 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2092 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2097 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2118 | |
| extension | MoveVariableInsideIf | Variable 'entry' can be moved inside the block at line '2,151' to restrict runtime creation. | 2150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2184 | |
| extension | MoveVariableInsideIf | Variable 'entry' can be moved inside the block at line '2,192' to restrict runtime creation. | 2191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2196 | |
| extension | MoveVariableInsideIf | Variable 'entry' can be moved inside the block at line '2,233' to restrict runtime creation. | 2232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2289 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2292 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2305 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2325 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2349 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2366 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2375 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2382 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2395 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2400 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2405 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2469 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2470 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2499 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2500 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2529 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2530 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2560 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2561 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2598 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2601 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2655 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2658 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2773 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2800 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2812 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2824 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2836 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2848 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2860 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 2955 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 2971 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 2988 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 3005 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 359 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 371 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 3 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 2 times in the file. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 88 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 50 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 35 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 20 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 13 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 9 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 7 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "h" appears 4 times in the file. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | MultipleStringLiteralsExtended | The String "i" appears 2 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "j" appears 2 times in the file. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 365 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 383 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 384 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 385 | |
| extension | MultipleStringLiteralsExtended | The String "expected NullPointerException" appears 10 times in the file. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "blah" appears 2 times in the file. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Should not have been invoked again" appears 3 times in the file. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "peek() should throw NoSuchElementException at end" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "peek() should continue to throw NoSuchElementException at end" appears 2 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "No exception thrown" appears 5 times in the file. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 10 times in the file. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 3 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 50 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 29 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 3 times in the file. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 33 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 16 times in the file. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 7 times in the file. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 18 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 6 times in the file. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 108 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 59 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 6 times in the file. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "bad" appears 3 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "{foo={1=a, 2=null, 3=c}, " appears 2 times in the file. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "bar={1=b, 2=null, 3=null}, " appears 2 times in the file. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "cat={1=null, 2=null, 3=null}}" appears 2 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 5 times in the file. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 411 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "Row dog not in [foo, bar, cat]" appears 2 times in the file. | 430 | |
| extension | MultipleStringLiteralsExtended | The String "Column 4 not in [1, 2, 3]" appears 2 times in the file. | 436 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 438 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 481 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 492 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 5 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 4 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "de" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'numGoodQueries' can be moved inside the block at line '70' to restrict runtime creation. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "yyy" appears 5 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "zzz" appears 5 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "Collections2.filter" appears 3 times in the file. | 102 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 7 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 7 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 7 times in the file. | 261 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 298 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 298 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 316 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 329 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 330 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 332 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 341 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 470 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 471 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 494 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 10 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 11 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 12 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 11 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 2 times in the file. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 10 times in the file. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 135 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 18 times in the file. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 7 times in the file. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 4 times in the file. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 345 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 2 times in the file. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 431 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "blah" appears 2 times in the file. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "blah" appears 2 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 140 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "IllegalArgumentException expected" appears 2 times in the file. | 153 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "dollar" appears 9 times in the file. | 128 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "peso" appears 2 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "franc" appears 6 times in the file. | 139 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 144 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 174 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "hi" appears 10 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "there" appears 4 times in the file. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 10 times in the file. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 11 times in the file. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 6 times in the file. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 4 times in the file. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 2 times in the file. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 240 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 257 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 3 times in the file. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "badkey" appears 7 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 43 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 8 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 7 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 8 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 2 times in the file. | 95 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 179 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 48 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 44 times in the file. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 29 times in the file. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "[yam, bam, jam, ham]" appears 2 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "yam" appears 2 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "bam" appears 2 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "jam" appears 2 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "ham" appears 2 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "[]" appears 2 times in the file. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | MultipleStringLiteralsExtended | The String "[1, 2, 3, 4, 5, 6]" appears 2 times in the file. | 315 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 353 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 353 | |
| extension | MultipleStringLiteralsExtended | The String "pants" appears 6 times in the file. | 380 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | MultipleStringLiteralsExtended | The String "cool" appears 7 times in the file. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 398 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 4 times in the file. | 563 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 4 times in the file. | 563 | |
| extension | MultipleStringLiteralsExtended | The String "[c, d, e]" appears 2 times in the file. | 566 | |
| extension | MultipleStringLiteralsExtended | The String "c2" appears 2 times in the file. | 630 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 633 | |
| extension | MultipleStringLiteralsExtended | The String "X" appears 3 times in the file. | 641 | |
| extension | MultipleStringLiteralsExtended | The String "Y" appears 4 times in the file. | 641 | |
| extension | MultipleStringLiteralsExtended | The String "Z" appears 4 times in the file. | 641 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 659 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 696 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 697 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 705 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 729 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 3 times in the file. | 778 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 5 times in the file. | 778 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 5 times in the file. | 779 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 5 times in the file. | 780 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 2 times in the file. | 898 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 56 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 65 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 74 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 83 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 92 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 15 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 7 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 299 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 4 times in the file. | 300 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 332 | |
| extension | ReturnCountExtended | Return count for 'getDefaultValue' method is 2 (max allowed is 1). | 338 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 390 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "implementations" appears 2 times in the file. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 94 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 4 times in the file. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 95 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 104 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 113 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 122 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 131 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "implementations" appears 2 times in the file. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IAE" appears 2 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 100 position 71 need optimization. All method calls are advised to move to end of logic expression. | 100 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 103 position 71 need optimization. All method calls are advised to move to end of logic expression. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 115 position 71 need optimization. All method calls are advised to move to end of logic expression. | 115 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 118 position 71 need optimization. All method calls are advised to move to end of logic expression. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 14 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "canada" appears 3 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "dollar" appears 3 times in the file. | 79 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 3 times in the file. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 13 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 19 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "quux" appears 21 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 247 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 73 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 74 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 26 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 26 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 27 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 27 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 28 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 29 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 29 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 30 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 30 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 33 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 33 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 35 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 35 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 36 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 36 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 37 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 37 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 38 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 38 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 40 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 40 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 42 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 42 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 112 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 113 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 119 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 125 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 127 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 129 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 130 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 3 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 83 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 53 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 38 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "minus one" appears 2 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 30 times in the file. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 16 times in the file. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "duplicate key" appears 2 times in the file. | 668 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 19 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 11 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 63 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 23 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 14 times in the file. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 8 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 20 times in the file. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 8 times in the file. | 277 | |
| extension | MultipleStringLiteralsExtended | The String "bb" appears 4 times in the file. | 289 | |
| extension | MultipleStringLiteralsExtended | The String "cc" appears 2 times in the file. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 436 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 437 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 438 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 439 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 440 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 447 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 466 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 2 times in the file. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 470 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 471 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 475 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 6 times in the file. | 521 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 4 times in the file. | 523 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 2 times in the file. | 533 | |
| extension | MultipleStringLiteralsExtended | The String "of" appears 4 times in the file. | 555 | |
| extension | MultipleStringLiteralsExtended | The String "to" appears 4 times in the file. | 555 | |
| extension | MultipleStringLiteralsExtended | The String "poo" appears 3 times in the file. | 568 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 93 times in the file. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 67 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 47 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 31 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 20 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 20 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 16 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "h" appears 14 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "i" appears 12 times in the file. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "j" appears 10 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 8 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "l" appears 6 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "m" appears 4 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "n" appears 2 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException" appears 2 times in the file. | 381 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NPE" appears 2 times in the file. | 432 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 3 times in the file. | 438 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 491 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 495 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 614 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 667 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 668 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 669 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 670 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 743 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 744 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 745 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 746 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 747 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 748 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 749 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 750 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 757 | |
| extension | MultipleStringLiteralsExtended | The String "expected NullPointerException" appears 8 times in the file. | 764 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 3 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 58 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 32 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 26 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "minus one" appears 3 times in the file. | 239 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 15 times in the file. | 362 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 8 times in the file. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 498 | |
| extension | MultipleStringLiteralsExtended | The String "won" appears 2 times in the file. | 732 | |
| extension | MultipleStringLiteralsExtended | The String "too" appears 2 times in the file. | 732 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 788 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 12 times in the file. | 794 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 11 times in the file. | 794 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 796 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 806 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 817 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 9 times in the file. | 851 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 9 times in the file. | 851 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 3 times in the file. | 854 | |
| extension | MultipleStringLiteralsExtended | The String "dummy value" appears 7 times in the file. | 895 | |
| extension | MultipleStringLiteralsExtended | The String "duplicate key" appears 2 times in the file. | 896 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 5 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "k1" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "v1" appears 2 times in the file. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "hey you" appears 2 times in the file. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 121 times in the file. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 96 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 43 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 11 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 6 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 4 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 2 times in the file. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "expected NullPointerException" appears 6 times in the file. | 516 | |
| extension | MultipleStringLiteralsExtended | The String "expected IllegalArgumentException" appears 2 times in the file. | 559 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 2 times in the file. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 419 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 452 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 460 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 508 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 19 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 11 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 48 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 19 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 16 times in the file. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 8 times in the file. | 262 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 37 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 8 times in the file. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 6 times in the file. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "bb" appears 4 times in the file. | 280 | |
| extension | MultipleStringLiteralsExtended | The String "cc" appears 2 times in the file. | 290 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 320 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 458 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 462 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 2 times in the file. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 475 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 476 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 479 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 480 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 482 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 6 times in the file. | 527 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 4 times in the file. | 529 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 2 times in the file. | 539 | |
| extension | MultipleStringLiteralsExtended | The String "of" appears 6 times in the file. | 561 | |
| extension | MultipleStringLiteralsExtended | The String "to" appears 6 times in the file. | 561 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 16 times in the file. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 10 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 12 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 4 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "h" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "i" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "j" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "l" appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "m" appears 2 times in the file. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 290 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 3 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 3 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 78 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 56 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 54 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "minus one" appears 3 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 12 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 9 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 6 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 9 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 5 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 14 times in the file. | 317 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 10 times in the file. | 318 | |
| extension | MultipleStringLiteralsExtended | The String "twenty" appears 2 times in the file. | 626 | |
| extension | MultipleStringLiteralsExtended | The String "eleven" appears 2 times in the file. | 627 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 2 times in the file. | 633 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 646 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 647 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException in copyOf(" appears 2 times in the file. | 751 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 751 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 801 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 809 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 100 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 73 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 30 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 11 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 6 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 4 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 2 times in the file. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "expected NullPointerException" appears 6 times in the file. | 389 | |
| extension | MultipleStringLiteralsExtended | The String "expected IllegalArgumentException" appears 2 times in the file. | 432 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 477 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 2 times in the file. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 583 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 614 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 644 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 645 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 176 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 62 times in the file. | 248 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 48 times in the file. | 253 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 67 times in the file. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 11 times in the file. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 50 times in the file. | 314 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 104 times in the file. | 335 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 71 times in the file. | 335 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 405 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 413 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 446 | |
| extension | MultipleStringLiteralsExtended | The String "in" appears 41 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "the" appears 48 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "quick" appears 39 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "jumped" appears 36 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "over" appears 36 times in the file. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "brown" appears 3 times in the file. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "fox" appears 3 times in the file. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "lazy" appears 3 times in the file. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 6 times in the file. | 463 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 475 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 476 | |
| extension | MultipleStringLiteralsExtended | The String "california" appears 6 times in the file. | 476 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 486 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 502 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 503 | |
| extension | MultipleStringLiteralsExtended | The String "fish" appears 4 times in the file. | 503 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 508 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 509 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 517 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 518 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 523 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 531 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 532 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 537 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 538 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 539 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 567 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 568 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 579 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 2 times in the file. | 737 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 789 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 790 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 791 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 792 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 798 | |
| extension | MultipleStringLiteralsExtended | The String "house" appears 2 times in the file. | 798 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 799 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 800 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 801 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 810 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 816 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 822 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 823 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 824 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 825 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 826 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 827 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 828 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 3 times in the file. | 828 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 829 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 830 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 835 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 836 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 837 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 838 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 839 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 840 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 841 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 842 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 850 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 857 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 858 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 859 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 860 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 861 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 862 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 863 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 864 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 874 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 881 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 884 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 911 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 931 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 937 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 951 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 965 | |
| extension | MultipleStringLiteralsExtended | The String "i" appears 6 times in the file. | 978 | |
| extension | MultipleStringLiteralsExtended | The String "o" appears 6 times in the file. | 978 | |
| extension | MultipleStringLiteralsExtended | The String "u" appears 5 times in the file. | 978 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 988 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 990 | |
| extension | MultipleStringLiteralsExtended | The String "r" appears 2 times in the file. | 994 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1004 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1006 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1015 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1018 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1021 | |
| extension | MultipleStringLiteralsExtended | The String "chicken" appears 3 times in the file. | 1021 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1140 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 18 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "uno" appears 18 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 5 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "dos" appears 5 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 4 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "tres" appears 4 times in the file. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "Expected NullPointerException" appears 9 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 45 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 36 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 28 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 14 times in the file. | 345 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 14 times in the file. | 346 | |
| extension | MultipleStringLiteralsExtended | The String "axe" appears 5 times in the file. | 347 | |
| extension | MultipleStringLiteralsExtended | The String "tub" appears 5 times in the file. | 348 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 612 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 616 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 6 times in the file. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 93 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 90 times in the file. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 63 times in the file. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 16 times in the file. | 145 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 18 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 7 times in the file. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "pants" appears 12 times in the file. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "cool" appears 15 times in the file. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "woot" appears 5 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 7 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 3 times in the file. | 294 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 6 times in the file. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 490 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 491 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 502 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 503 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 517 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 518 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 527 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 528 | |
| extension | MultipleStringLiteralsExtended | The String "already" appears 2 times in the file. | 533 | |
| extension | MultipleStringLiteralsExtended | The String "there" appears 2 times in the file. | 533 | |
| extension | MultipleStringLiteralsExtended | The String "freshly" appears 2 times in the file. | 534 | |
| extension | MultipleStringLiteralsExtended | The String "added" appears 2 times in the file. | 534 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 538 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 559 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 569 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 570 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 575 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 576 | |
| extension | MultipleStringLiteralsExtended | The String "[]" appears 2 times in the file. | 581 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 609 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 612 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 36 times in the file. | 616 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 26 times in the file. | 616 | |
| extension | MultipleStringLiteralsExtended | The String "[c, d, e]" appears 2 times in the file. | 618 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalStateException" appears 2 times in the file. | 657 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 6 times in the file. | 708 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 711 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 3 times in the file. | 718 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 4 times in the file. | 718 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 735 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 742 | |
| extension | MultipleStringLiteralsExtended | The String "qux" appears 3 times in the file. | 859 | |
| extension | MultipleStringLiteralsExtended | The String "[a, b, c]" appears 2 times in the file. | 954 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 962 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1008 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 8 times in the file. | 1008 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1010 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 6 times in the file. | 1010 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 6 times in the file. | 1010 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1023 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1025 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1031 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1033 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1046 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1048 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1054 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1064 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1081 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1082 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1092 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 3 times in the file. | 1105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1237 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1283 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1290 | |
| extension | MultipleStringLiteralsExtended | The String "bob" appears 10 times in the file. | 1321 | |
| extension | MultipleStringLiteralsExtended | The String "jack" appears 3 times in the file. | 1323 | |
| extension | MultipleStringLiteralsExtended | The String "mary" appears 4 times in the file. | 1327 | |
| extension | MultipleStringLiteralsExtended | The String "sam" appears 2 times in the file. | 1334 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1341 | |
| extension | MultipleStringLiteralsExtended | The String "charlie" appears 2 times in the file. | 1352 | |
| extension | MultipleStringLiteralsExtended | The String "henry" appears 2 times in the file. | 1353 | |
| extension | MultipleStringLiteralsExtended | The String "apple" appears 2 times in the file. | 1354 | |
| extension | MultipleStringLiteralsExtended | The String "lemon" appears 2 times in the file. | 1355 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "no exception thrown" appears 13 times in the file. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 61 times in the file. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 54 times in the file. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 24 times in the file. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 22 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 3 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 3 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 2 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 22 times in the file. | 227 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 5 times in the file. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 254 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "pants" appears 29 times in the file. | 334 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "cool" appears 29 times in the file. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 365 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | MultipleStringLiteralsExtended | The String "woot" appears 7 times in the file. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 410 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 442 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 449 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 5 times in the file. | 453 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 3 times in the file. | 453 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 5 times in the file. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 528 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 534 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 542 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 546 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 552 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 554 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 562 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 566 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 570 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 572 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 576 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 581 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 614 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 616 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 619 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 677 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 679 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 681 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 682 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 688 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 691 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 13 times in the file. | 803 | |
| extension | MultipleStringLiteralsExtended | The String "already" appears 6 times in the file. | 866 | |
| extension | MultipleStringLiteralsExtended | The String "there" appears 7 times in the file. | 866 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 870 | |
| extension | MultipleStringLiteralsExtended | The String "freshly" appears 2 times in the file. | 875 | |
| extension | MultipleStringLiteralsExtended | The String "added" appears 2 times in the file. | 875 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 880 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 889 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 930 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 935 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 940 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 945 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 950 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 955 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 956 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 961 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 962 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 967 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 968 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 983 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 989 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 990 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 992 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 998 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 999 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1001 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1038 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1039 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1054 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1060 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1061 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1063 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1069 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1070 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1072 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1127 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1134 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 2 times in the file. | 1143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1147 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1149 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1159 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1160 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1161 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1213 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1236 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1238 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1258 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1274 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1276 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1278 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1310 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1311 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1314 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1319 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1332 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1411 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1424 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1437 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1448 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1467 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1476 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1485 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1499 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1517 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 8 times in the file. | 1551 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1552 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 3 times in the file. | 1552 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1554 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 2 times in the file. | 1554 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 2 times in the file. | 1554 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1560 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1570 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1584 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1586 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1632 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1637 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1641 | |
| extension | MultipleStringLiteralsExtended | The String "manny" appears 3 times in the file. | 1664 | |
| extension | MultipleStringLiteralsExtended | The String "mo" appears 8 times in the file. | 1664 | |
| extension | MultipleStringLiteralsExtended | The String "jack" appears 5 times in the file. | 1664 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1667 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1675 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1681 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 9 times in the file. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 56 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 43 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "cow" appears 10 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 4 times in the file. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 4 times in the file. | 388 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 4 times in the file. | 388 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 4 times in the file. | 388 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "[foo x 2, bar]" appears 3 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 6 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 6 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 10 times in the file. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 60 times in the file. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 59 times in the file. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "{bar=[1, 3], foo=[2]}" appears 2 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "[bar=1, foo=2, bar=3]" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "{foo=[2]}" appears 2 times in the file. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 320 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 321 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 322 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 4 times in the file. | 433 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 4 times in the file. | 433 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 4 times in the file. | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 10 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 6 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 5 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "D" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "E" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "toTest[" appears 2 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "] (" appears 2 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 6 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 10 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 15 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 13 times in the file. | 88 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "q" appears 2 times in the file. | 150 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 362 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 22 times in the file. | 419 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 16 times in the file. | 419 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 10 times in the file. | 419 | |
| extension | MultipleStringLiteralsExtended | The String "FOO" appears 2 times in the file. | 426 | |
| extension | MultipleStringLiteralsExtended | The String "no exception thrown" appears 2 times in the file. | 432 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 449 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 491 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 512 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 544 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 556 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 613 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 614 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 615 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 616 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 617 | |
| extension | MultipleStringLiteralsExtended | The String "5" appears 7 times in the file. | 681 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 711 | |
| extension | MultipleStringLiteralsExtended | The String "6" appears 3 times in the file. | 715 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 721 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 732 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 737 | |
| extension | MultipleStringLiteralsExtended | The String "did not detect end of list" appears 2 times in the file. | 778 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 785 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 787 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 796 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 834 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 863 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 865 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 867 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 869 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 871 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 879 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 894 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 949 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 950 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 951 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 988 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 380 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 514 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 586 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 595 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 602 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 733 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 734 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 793 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 797 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 817 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 821 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 831 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 833 | |
| extension | MoveVariableInsideIf | Variable 'map' can be moved inside the block at line '841' to restrict runtime creation. | 840 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 858 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 859 | |
| extension | MoveVariableInsideIf | Variable 'map' can be moved inside the block at line '870' to restrict runtime creation. | 869 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 890 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 891 | |
| extension | MoveVariableInsideIf | Variable 'map' can be moved inside the block at line '902' to restrict runtime creation. | 901 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 920 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 921 | |
| extension | MoveVariableInsideIf | Variable 'map' can be moved inside the block at line '932' to restrict runtime creation. | 931 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 953 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 954 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "aa" appears 2 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "aba" appears 2 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "bbbb" appears 2 times in the file. | 180 | |
| extension | MultipleStringLiteralsExtended | The String "ccccc" appears 2 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "banana" appears 7 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "toast" appears 7 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "eggplant" appears 7 times in the file. | 512 | |
| extension | MultipleStringLiteralsExtended | The String "spam" appears 7 times in the file. | 512 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 637 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 645 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 62 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 44 times in the file. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 20 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "table size after adding " appears 2 times in the file. | 159 | |
| extension | MultipleStringLiteralsExtended | The String " elements" appears 2 times in the file. | 159 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 163 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "Hello" appears 2 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "World" appears 2 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "first" appears 9 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "second" appears 7 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "polygene" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "lubricants" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "alpha" appears 2 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "betical" appears 2 times in the file. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 10 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 6 times in the file. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 354 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 372 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 373 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | MultipleStringLiteralsExtended | The String "equal" appears 2 times in the file. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 387 | |
| extension | MultipleStringLiteralsExtended | The String "not equal: only on right={1=2}" appears 2 times in the file. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 397 | |
| extension | MultipleStringLiteralsExtended | The String "not equal: only on left={1=2}" appears 2 times in the file. | 402 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 13 times in the file. | 406 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 13 times in the file. | 406 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 10 times in the file. | 407 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 12 times in the file. | 407 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 15 times in the file. | 407 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 410 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | MultipleStringLiteralsExtended | The String "not equal: only on left={6=z}: only on right={2=b, 4=d}: " appears 2 times in the file. | 433 | |
| extension | MultipleStringLiteralsExtended | The String "value differences={3=(f, c), 5=(g, e)}" appears 2 times in the file. | 434 | |
| extension | MultipleStringLiteralsExtended | The String "h" appears 2 times in the file. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 3 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "G" appears 3 times in the file. | 456 | |
| extension | MultipleStringLiteralsExtended | The String "Z" appears 3 times in the file. | 456 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 471 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 485 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 499 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 500 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 506 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 511 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 521 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 531 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 552 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 569 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 594 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 3 times in the file. | 606 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 638 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 81 times in the file. | 647 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 75 times in the file. | 647 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 88 times in the file. | 647 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 13 times in the file. | 651 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 55 times in the file. | 662 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 681 | |
| extension | MultipleStringLiteralsExtended | The String "onea" appears 2 times in the file. | 704 | |
| extension | MultipleStringLiteralsExtended | The String "r" appears 8 times in the file. | 755 | |
| extension | MultipleStringLiteralsExtended | The String "m" appears 2 times in the file. | 760 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 770 | |
| extension | MultipleStringLiteralsExtended | The String "six" appears 3 times in the file. | 845 | |
| extension | MultipleStringLiteralsExtended | The String "zzz" appears 3 times in the file. | 863 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 902 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 951 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1021 | |
| extension | MultipleStringLiteralsExtended | The String "true" appears 5 times in the file. | 1022 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 3 times in the file. | 1027 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 1042 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1045 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1049 | |
| extension | MultipleStringLiteralsExtended | The String "java.version" appears 4 times in the file. | 1049 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1058 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1207 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1211 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1216 | |
| extension | MultipleStringLiteralsExtended | The String "UnsupportedOperationException expected" appears 30 times in the file. | 1219 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1233 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1309 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1317 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1325 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1333 | |
| extension | MultipleStringLiteralsExtended | The String "yyy" appears 2 times in the file. | 1354 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1455 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 17 times in the file. | 1460 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 13 times in the file. | 1461 | |
| extension | MultipleStringLiteralsExtended | The String "horse" appears 10 times in the file. | 1462 | |
| extension | MultipleStringLiteralsExtended | The String "chicken" appears 6 times in the file. | 1466 | |
| extension | MultipleStringLiteralsExtended | The String "cow" appears 2 times in the file. | 1470 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1503 | |
| extension | MultipleStringLiteralsExtended | The String "apple" appears 2 times in the file. | 1531 | |
| extension | MultipleStringLiteralsExtended | The String "banana" appears 10 times in the file. | 1532 | |
| extension | MultipleStringLiteralsExtended | The String "emu" appears 2 times in the file. | 1551 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 4 times in the file. | 1576 | |
| extension | MultipleStringLiteralsExtended | The String "9" appears 3 times in the file. | 1576 | |
| extension | MultipleStringLiteralsExtended | The String "a4" appears 3 times in the file. | 1586 | |
| extension | MultipleStringLiteralsExtended | The String "b9" appears 3 times in the file. | 1586 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1673 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1699 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1730 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 23 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 18 times in the file. | 70 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 13 times in the file. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 4 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 2 times in the file. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 2 times in the file. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 296 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 23 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 18 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 13 times in the file. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 4 times in the file. | 257 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 2 times in the file. | 259 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 276 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 2 times in the file. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 290 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 311 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 312 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | ReturnBooleanFromTernary | Returning explicit boolean from ternary operator. | 354 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 359 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 360 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 371 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 380 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 133 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 198 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 214 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 220 | |
| extension | MultipleStringLiteralsExtended | The String "Heap is not intact after remove()" appears 5 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "Heap does not contain 3" appears 2 times in the file. | 296 | |
| extension | MultipleStringLiteralsExtended | The String "Heap contains two 1's" appears 2 times in the file. | 300 | |
| extension | MultipleStringLiteralsExtended | The String "Heap contains 1" appears 2 times in the file. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "Heap does not contain anything" appears 2 times in the file. | 307 | |
| extension | MultipleStringLiteralsExtended | The String "Iterator has reached end prematurely" appears 2 times in the file. | 315 | |
| extension | MultipleStringLiteralsExtended | The String "Heap is not intact initially" appears 7 times in the file. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 411 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 413 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 415 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | MultipleStringLiteralsExtended | The String "Heap is not intact after remove" appears 2 times in the file. | 448 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 2 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "barfoo" appears 2 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "larry" appears 4 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "sergey" appears 6 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "eric" appears 3 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "Could not remove larry" appears 2 times in the file. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 627 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 662 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 677 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 689 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 690 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 691 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 720 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 845 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 846 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 847 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 848 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 850 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 851 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 854 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 855 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 856 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 859 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 860 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 861 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 865 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 866 | |
| extension | MultipleStringLiteralsExtended | The String "Should overflow" appears 2 times in the file. | 869 | |
| extension | MultipleStringLiteralsExtended | The String "Should be negative" appears 2 times in the file. | 879 | |
| extension | MultipleStringLiteralsExtended | The String "Using seed " appears 2 times in the file. | 934 | |
| extension | MultipleStringLiteralsExtended | The String ". State " appears 2 times in the file. | 934 | |
| extension | MultipleStringLiteralsExtended | The String "Started with " appears 2 times in the file. | 941 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 4 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "1, 2" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "1, 2, 3, 4, 5, ..." appears 2 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 18 times in the file. | 101 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 16 times in the file. | 179 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 219 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 223 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 227 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 10 times in the file. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 9 times in the file. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 4 times in the file. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 4 times in the file. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "five" appears 4 times in the file. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "january" appears 2 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "february" appears 2 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "march" appears 2 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "april" appears 2 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "may" appears 2 times in the file. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "badkey" appears 2 times in the file. | 36 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '!='. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 51 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 31 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 33 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 17 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 6 times in the file. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "null" appears 4 times in the file. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | MultipleStringLiteralsExtended | The String "UnsupportedOperationException expected" appears 7 times in the file. | 290 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | MultipleStringLiteralsExtended | The String "pwnd" appears 2 times in the file. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 2 times in the file. | 406 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 2 times in the file. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 461 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 462 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 9 times in the file. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 487 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 488 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 497 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 498 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 499 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 500 | |
| extension | MultipleStringLiteralsExtended | The String "cow" appears 3 times in the file. | 521 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 526 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 529 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 539 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 540 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 543 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 544 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 545 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 546 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 547 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 548 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 549 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 550 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 551 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 552 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 553 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 554 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 606 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 9 times in the file. | 639 | |
| extension | MultipleStringLiteralsExtended | The String "[3, 1, 4]" appears 2 times in the file. | 664 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 672 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 673 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 680 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 687 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 706 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 719 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 721 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 722 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 741 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 772 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 8 times in the file. | 803 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 4 times in the file. | 806 | |
| extension | MultipleStringLiteralsExtended | The String "Inky" appears 2 times in the file. | 833 | |
| extension | MultipleStringLiteralsExtended | The String "Blinky" appears 2 times in the file. | 834 | |
| extension | MultipleStringLiteralsExtended | The String "Pinky" appears 4 times in the file. | 835 | |
| extension | MultipleStringLiteralsExtended | The String "Clyde" appears 2 times in the file. | 837 | |
| extension | MultipleStringLiteralsExtended | The String "a4" appears 2 times in the file. | 964 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "equalIn1" appears 2 times in the file. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "fewerIn1" appears 2 times in the file. | 227 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 241 | |
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 3 times in the file. | 242 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 12 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 7 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 9 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 12 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 95 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 59 times in the file. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 19 times in the file. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 211 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 71 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 7 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 7 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 3 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 3 times in the file. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 12 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 8 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 4 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "): " appears 2 times in the file. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "b" appears 7 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 11 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 5 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 2 times in the file. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 365 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 370 | |
| extension | MultipleStringLiteralsExtended | The String "to" appears 4 times in the file. | 370 | |
| extension | MultipleStringLiteralsExtended | The String "be" appears 2 times in the file. | 370 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 371 | |
| extension | MultipleStringLiteralsExtended | The String "or" appears 2 times in the file. | 371 | |
| extension | MultipleStringLiteralsExtended | The String "not" appears 2 times in the file. | 371 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "that" appears 2 times in the file. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 387 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 475 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 476 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 479 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 480 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 484 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 485 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 486 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 487 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 488 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 489 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 490 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 502 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 509 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 516 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 539 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 546 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 553 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 560 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 567 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 574 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 582 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 590 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 598 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 606 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 614 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 622 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 630 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 638 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 646 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 654 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 722 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 732 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 767 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 774 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 840 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 850 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 935 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 936 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A" appears 8 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 10 times in the file. | 102 | |
| extension | MultipleStringLiteralsExtended | The String "C" appears 6 times in the file. | 102 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 119 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 150 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 156 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 162 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 174 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 179 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 185 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 228 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 236 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IllegalArgumentException" appears 2 times in the file. | 244 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 275 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 300 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 311 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 320 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 321 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 327 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 329 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 330 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 334 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 556 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 557 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 558 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 559 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 8 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 8 times in the file. | 31 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "blah" appears 4 times in the file. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 5 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 4 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 3 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "xq" appears 2 times in the file. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "Tom" appears 8 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "Joe" appears 5 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "Dave" appears 6 times in the file. | 304 | |
| extension | MultipleStringLiteralsExtended | The String "Dick" appears 4 times in the file. | 305 | |
| extension | MultipleStringLiteralsExtended | The String "Harry" appears 5 times in the file. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "yyy" appears 4 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "zzz" appears 4 times in the file. | 231 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 523 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 524 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 8 times in the file. | 525 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 531 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 573 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 574 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 575 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 576 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 709 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 711 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 751 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 752 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 753 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 754 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 755 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 3 times in the file. | 761 | |
| extension | MultipleStringLiteralsExtended | The String "4" appears 3 times in the file. | 761 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 844 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 846 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 847 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 848 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 849 | |
| extension | MultipleStringLiteralsExtended | The String "notASet" appears 2 times in the file. | 849 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 865 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 948 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 949 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 957 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 987 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 988 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1135 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 1144 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1159 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1170 | |
| extension | MultipleStringLiteralsExtended | The String "UnsupportedOperationException expected" appears 14 times in the file. | 1174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "blah" appears 10 times in the file. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 29 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 32 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 34 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 35 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 35 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 24 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 24 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 15 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 18 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "0:0" appears 2 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "1:1" appears 2 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "2:2" appears 2 times in the file. | 250 | |
| extension | MultipleStringLiteralsExtended | The String "a:1" appears 8 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "b:2" appears 8 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "c:3" appears 8 times in the file. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "p" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 55 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 76 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 85 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 94 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 103 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 112 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 11 times in the file. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 7 times in the file. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 213 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 12 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 8 times in the file. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 254 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 16 times in the file. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 310 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 397 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 404 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 411 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 6 times in the file. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 2 times in the file. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 11 times in the file. | 36 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 32 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 23 times in the file. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 5 times in the file. | 364 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 19 times in the file. | 412 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 4 times in the file. | 716 | |
| extension | MultipleStringLiteralsExtended | The String "four" appears 11 times in the file. | 764 | |
| extension | MultipleStringLiteralsExtended | The String "one" appears 10 times in the file. | 793 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 10 times in the file. | 794 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 10 times in the file. | 795 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 858 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1126 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 2 times in the file. | 1177 | |
| extension | MultipleStringLiteralsExtended | The String "z" appears 4 times in the file. | 1216 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 1246 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 1254 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1299 | |
| extension | MultipleStringLiteralsExtended | The String "apple" appears 2 times in the file. | 1321 | |
| extension | MultipleStringLiteralsExtended | The String "banana" appears 2 times in the file. | 1322 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "one" appears 10 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "uno" appears 10 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "two" appears 5 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "dos" appears 5 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "three" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "tres" appears 4 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 122 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "Expected UnsupportedOperationException" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 30 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 38 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 29 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 19 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 7 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "y" appears 3 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "n" appears 3 times in the file. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 58 times in the file. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "cat" appears 12 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 29 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "{bar={1=b}, foo={1=a, 3=c}}" appears 2 times in the file. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "dog" appears 5 times in the file. | 266 | |
| extension | MultipleStringLiteralsExtended | The String "egg" appears 2 times in the file. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 323 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 5 times in the file. | 330 | |
| extension | MultipleStringLiteralsExtended | The String "[1]" appears 2 times in the file. | 387 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 404 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 405 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 407 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "google" appears 17 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "tree" appears 14 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 7 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 4 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "yahoo" appears 3 times in the file. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 8 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 7 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 3 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 3 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 3 times in the file. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "--below" appears 2 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "~above" appears 2 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "google" appears 11 times in the file. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 22 times in the file. | 283 | |
| extension | MultipleStringLiteralsExtended | The String "tree" appears 10 times in the file. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 10 times in the file. | 293 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 351 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 353 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 4 times in the file. | 424 | |
| extension | MultipleStringLiteralsExtended | The String "o" appears 6 times in the file. | 425 | |
| extension | MultipleStringLiteralsExtended | The String "r" appears 4 times in the file. | 429 | |
| extension | MultipleStringLiteralsExtended | The String "g" appears 2 times in the file. | 481 | |
| extension | MultipleStringLiteralsExtended | The String "h" appears 2 times in the file. | 482 | |
| extension | MultipleStringLiteralsExtended | The String "No bridge method found" appears 2 times in the file. | 510 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 9 times in the file. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 5 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "[bar, foo x 2]" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 33 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 29 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 43 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 21 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 18 times in the file. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 17 times in the file. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "banana" appears 4 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "frisbee" appears 4 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "fruitcake" appears 4 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "elephant" appears 4 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "umbrella" appears 4 times in the file. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 276 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 277 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 2 times in the file. | 758 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 855 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 859 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 86 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 634 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 636 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 644 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 646 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 648 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hdabcegf" appears 2 times in the file. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 33 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 5 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 3 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "{" appears 2 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "}" appears 2 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "first" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "last" appears 2 times in the file. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "The Quick Brown Fox" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "X" appears 3 times in the file. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "\0\uFFFF" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "The Quick Brown Fox!" appears 5 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "_" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "<hello><hi><lo>" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "x\uD800\uDC00" appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "\uD800x\uDC00" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "should have failed for bad Unicode input" appears 2 times in the file. | 98 | |
| extension | MultipleStringLiteralsExtended | The String "\uDC00\uD800" appears 2 times in the file. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 43 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 3 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "][" appears 4 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 5 times in the file. | 114 | |
| extension | MultipleStringLiteralsExtended | The String "Trailing high surrogate should cause exception" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "xyz" appears 4 times in the file. | 143 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "handleInteger" appears 3 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "handleString" appears 2 times in the file. | 52 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 91 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Correct string should be delivered." appears 2 times in the file. | 52 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Attempting to unregister an unregistered object succeeded" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "Two correct events should be delivered." appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "Shouldn't catch any more events when unregistered." appears 3 times in the file. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "recordingMethod" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 96 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 134 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException: " appears 4 times in the file. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 260 position 33 need optimization. All method calls are advised to move to end of logic expression. | 260 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 267 position 39 need optimization. All method calls are advised to move to end of logic expression. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 625 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 633 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 641 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 642 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 652 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 661 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 673 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 674 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 685 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 693 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 702 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 732 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 742 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException: " appears 2 times in the file. | 356 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 373 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "i" appears 6 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "e" appears 6 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "p" appears 6 times in the file. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1-2" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "source" appears 6 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "target" appears 6 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "chicken" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "egg" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "node" appears 8 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected edge type: " appears 3 times in the file. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1-2a" appears 2 times in the file. | 161 | |
| extension | MultipleStringLiteralsExtended | The String "1-2b" appears 2 times in the file. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "5-6" appears 2 times in the file. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A" appears 23 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 13 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "AA" appears 4 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "AB" appears 5 times in the file. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A" appears 11 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 9 times in the file. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "key" appears 4 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 3 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "new value" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 7 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "non-null key" appears 4 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "non-null value" appears 3 times in the file. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected edge type: " appears 3 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 3 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 43 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "A" appears 9 times in the file. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "B" appears 7 times in the file. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 38 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ba" appears 5 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "ac" appears 12 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "ab" appears 28 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "bd" appears 14 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "cd" appears 13 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "ca" appears 4 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "bc" appears 14 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "da" appears 5 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "hd" appears 5 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "hg" appears 4 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "db" appears 19 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "dc" appears 8 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "ed" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "fe" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "abcdef" appears 2 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "bf" appears 2 times in the file. | 181 | |
| extension | MultipleStringLiteralsExtended | The String "bfaecd" appears 2 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "abcd" appears 22 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "d" appears 19 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "bcd" appears 7 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 58 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "acdb" appears 4 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "cadb" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "acbd" appears 2 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "cb" appears 3 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "cbad" appears 5 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "bcda" appears 10 times in the file. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "cdab" appears 5 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "dabc" appears 10 times in the file. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "bdca" appears 2 times in the file. | 237 | |
| extension | MultipleStringLiteralsExtended | The String "dcab" appears 2 times in the file. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "hdegabcf" appears 3 times in the file. | 264 | |
| extension | MultipleStringLiteralsExtended | The String "gd" appears 6 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "gdfabc" appears 2 times in the file. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "bdgh" appears 3 times in the file. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 12 times in the file. | 309 | |
| extension | MultipleStringLiteralsExtended | The String "abecfd" appears 2 times in the file. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "bacefd" appears 2 times in the file. | 372 | |
| extension | MultipleStringLiteralsExtended | The String "abdc" appears 5 times in the file. | 379 | |
| extension | MultipleStringLiteralsExtended | The String "cabd" appears 2 times in the file. | 400 | |
| extension | MultipleStringLiteralsExtended | The String "hdabcegf" appears 4 times in the file. | 453 | |
| extension | MultipleStringLiteralsExtended | The String "gfdabc" appears 2 times in the file. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "fcebda" appears 2 times in the file. | 545 | |
| extension | MultipleStringLiteralsExtended | The String "efcdab" appears 2 times in the file. | 553 | |
| extension | MultipleStringLiteralsExtended | The String "dbca" appears 5 times in the file. | 560 | |
| extension | MultipleStringLiteralsExtended | The String "dbac" appears 2 times in the file. | 581 | |
| extension | MultipleStringLiteralsExtended | The String "dcba" appears 5 times in the file. | 597 | |
| extension | MultipleStringLiteralsExtended | The String "adcb" appears 6 times in the file. | 598 | |
| extension | MultipleStringLiteralsExtended | The String "badc" appears 3 times in the file. | 599 | |
| extension | MultipleStringLiteralsExtended | The String "abcdefgh" appears 4 times in the file. | 634 | |
| extension | MultipleStringLiteralsExtended | The String "fgabcd" appears 2 times in the file. | 644 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 9 times in the file. | 728 | |
| extension | MultipleStringLiteralsExtended | The String "Expected exception" appears 3 times in the file. | 740 | |
| extension | MultipleStringLiteralsExtended | The String "h" appears 4 times in the file. | 801 | |
| extension | MultipleStringLiteralsExtended | The String "age" appears 3 times in the file. | 803 | |
| extension | MultipleStringLiteralsExtended | The String "bg" appears 3 times in the file. | 838 | |
| extension | MultipleStringLiteralsExtended | The String "ga" appears 3 times in the file. | 839 | |
| extension | MultipleStringLiteralsExtended | The String "dg" appears 3 times in the file. | 905 | |
| extension | MultipleStringLiteralsExtended | The String "dga" appears 2 times in the file. | 907 | |
| extension | MultipleStringLiteralsExtended | The String "cdba" appears 4 times in the file. | 1068 | |
| extension | MultipleStringLiteralsExtended | The String "cdb" appears 3 times in the file. | 1069 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1176 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default" appears 10 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "valueA" appears 19 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "valueB" appears 23 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "valueC" appears 19 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "valueD" appears 10 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 29 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException: " appears 4 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "irrelevant" appears 2 times in the file. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "1-2" appears 2 times in the file. | 351 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 423 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "BF should not contain " appears 3 times in the file. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 173 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 5 times in the file. | 381 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 5 times in the file. | 382 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 444 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 456 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 460 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 461 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 463 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 465 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 466 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 476 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 483 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 493 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 508 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Z" appears 2 times in the file. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 2 times in the file. | 33 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | MultipleStringLiteralsExtended | The String "hell" appears 2 times in the file. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 2 times in the file. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "hello " appears 2 times in the file. | 45 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "hello w" appears 2 times in the file. | 46 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "hello wo" appears 2 times in the file. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "hello wor" appears 2 times in the file. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "The quick brown fox jumps over the lazy dog" appears 2 times in the file. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "The quick brown fox jumps over the lazy cog" appears 2 times in the file. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "name" appears 2 times in the file. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 105 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 106 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 136 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 137 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 141 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 187 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 4 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 2 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "quux" appears 2 times in the file. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "cdab0000" appears 4 times in the file. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "00ab0000" appears 2 times in the file. | 128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 140 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 146 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 147 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 148 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 152 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 156 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "7f8005ff0e" appears 3 times in the file. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 3 times in the file. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 311 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 352 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 291 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "determined after " appears 2 times in the file. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 476 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 503 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 541 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 629 | |
| extension | MultipleStringLiteralsExtended | The String "abc" appears 2 times in the file. | 642 | |
| extension | MultipleStringLiteralsExtended | The String "ab" appears 2 times in the file. | 644 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 2 times in the file. | 644 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 645 | |
| extension | MultipleStringLiteralsExtended | The String "bc" appears 2 times in the file. | 645 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 194 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 209 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 250 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 417 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 418 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 419 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "00000000" appears 3 times in the file. | 432 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "secret key" appears 5 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "HmacMD5" appears 10 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "HmacSHA1" appears 4 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "HmacSHA256" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "HmacSHA512" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 4 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "world" appears 4 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "!!!" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "RAW" appears 2 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "The quick brown fox jumps over the lazy dog" appears 5 times in the file. | 145 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 159 | |
| extension | MultipleStringLiteralsExtended | The String "8cbf764cbe2e4623d99a41354adfd390" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "9753980fe94daa8ecaa82216519393a9" appears 4 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "Hashing.hmacMd5(Key[algorithm=HmacMD5, format=RAW])" appears 2 times in the file. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "Hashing.hmacSha1(Key[algorithm=HmacSHA1, format=RAW])" appears 2 times in the file. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "Hashing.hmacSha256(Key[algorithm=HmacSHA256, format=RAW])" appears 2 times in the file. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "Hashing.hmacSha512(Key[algorithm=HmacSHA512, format=RAW])" appears 2 times in the file. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "Hi There" appears 2 times in the file. | 291 | |
| extension | MultipleStringLiteralsExtended | The String "Jefe" appears 2 times in the file. | 297 | |
| extension | MultipleStringLiteralsExtended | The String "what do ya want for nothing?" appears 2 times in the file. | 298 | |
| extension | MultipleStringLiteralsExtended | The String "0102030405060708090a0b0c0d0e0f10111213141516171819" appears 2 times in the file. | 311 | |
| extension | MultipleStringLiteralsExtended | The String "Test With Truncation" appears 2 times in the file. | 319 | |
| extension | MultipleStringLiteralsExtended | The String "Test Using Larger Than Block-Size Key - Hash Key First" appears 2 times in the file. | 326 | |
| extension | MultipleStringLiteralsExtended | The String "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data" appears 2 times in the file. | 333 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "2fd4e1c67a2d28fced849ee1bb76e7391b93eb12" appears 2 times in the file. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "The quick brown fox jumps over the lazy dog" appears 2 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 30 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 30 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 33 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 33 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 35 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 35 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 37 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "The quick brown fox jumps over the lazy dog" appears 2 times in the file. | 37 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 29 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 30 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 33 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 37 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 38 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 40 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "k" appears 2 times in the file. | 46 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "hell" appears 2 times in the file. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 2 times in the file. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "http://www.google.com/" appears 2 times in the file. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "The quick brown fox jumps over the lazy dog" appears 2 times in the file. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "ABCDefGHI\u0799" appears 2 times in the file. | 69 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 83 position 12 need optimization. All method calls are advised to move to end of logic expression. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 31 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 40 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 42 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 123 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 126 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 131 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 132 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 133 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 134 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 135 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 136 | |
| extension | MultipleStringLiteralsExtended | The String "Hashing.sipHash24(" appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 162 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "xxx" appears 2 times in the file. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Hello" appears 2 times in the file. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "Hello, World!" appears 2 times in the file. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "Should have thrown IOException due to writer already closed" appears 2 times in the file. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\n" appears 5 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "foobar" appears 30 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "$" appears 2 times in the file. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 17 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "Zg==" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "fo" appears 12 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "Zm8=" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 24 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9v" appears 6 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "foob" appears 12 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9vYg==" appears 2 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "fooba" appears 12 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9vYmE=" appears 2 times in the file. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9vYmFy" appears 7 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "Zg" appears 3 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "A\u007f" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Unrecognized character: 0x7f" appears 2 times in the file. | 110 | |
| extension | MultipleStringLiteralsExtended | The String "Wf2!" appears 3 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "let's not talk of love or chains!" appears 3 times in the file. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid input length 5" appears 2 times in the file. | 115 | |
| extension | MultipleStringLiteralsExtended | The String "AB=C" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "Unrecognized character: =" appears 2 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "?" appears 3 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid input length 1" appears 5 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "Zg~~" appears 2 times in the file. | 143 | |
| extension | MultipleStringLiteralsExtended | The String "Zm8~" appears 2 times in the file. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9vYg~~" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9vYmE~" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "Zm8" appears 2 times in the file. | 167 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9vYg" appears 2 times in the file. | 169 | |
| extension | MultipleStringLiteralsExtended | The String "Zm9vYmE" appears 2 times in the file. | 170 | |
| extension | MultipleStringLiteralsExtended | The String "MY======" appears 2 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "MZXQ====" appears 2 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "MZXW6===" appears 3 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "MZXW6YQ=" appears 2 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "MZXW6YTB" appears 3 times in the file. | 201 | |
| extension | MultipleStringLiteralsExtended | The String "MZXW6YTBOI======" appears 3 times in the file. | 202 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 3 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "ABC" appears 3 times in the file. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "ABCDEF" appears 2 times in the file. | 246 | |
| extension | MultipleStringLiteralsExtended | The String "CO======" appears 2 times in the file. | 268 | |
| extension | MultipleStringLiteralsExtended | The String "CPNG====" appears 2 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "CPNMU===" appears 3 times in the file. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "CPNMUOG=" appears 2 times in the file. | 271 | |
| extension | MultipleStringLiteralsExtended | The String "CPNMUOJ1" appears 2 times in the file. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "CPNMUOJ1E8======" appears 2 times in the file. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "666F6F626172" appears 2 times in the file. | 320 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 2 times in the file. | 359 | |
| extension | MultipleStringLiteralsExtended | The String ";;" appears 2 times in the file. | 359 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | MultipleStringLiteralsExtended | The String "Expected DecodingException" appears 2 times in the file. | 415 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 74 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 313 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 341 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 352 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 369 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 382 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 384 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 386 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 388 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 389 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 390 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 392 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 394 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 414 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 423 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 112 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "expected exception" appears 14 times in the file. | 86 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 173 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 174 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | MultipleStringLiteralsExtended | The String "Kilroy was here" appears 2 times in the file. | 236 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 297 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 314 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 338 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 377 | |
| extension | MultipleStringLiteralsExtended | The String "r\u00C9sum\u00C9" appears 4 times in the file. | 382 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 414 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 420 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 421 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 428 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 433 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 449 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 6 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 6 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "line.separator" appears 2 times in the file. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "line.separator" appears 2 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "\r\n" appears 2 times in the file. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 64 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 65 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "baz" appears 3 times in the file. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "something" appears 3 times in the file. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 198 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | MultipleStringLiteralsExtended | The String "ABC" appears 4 times in the file. | 278 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 285 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 287 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 291 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 82 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 84 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a\nb\nc" appears 2 times in the file. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 86 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 112 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 160 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 183 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 188 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 240 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 276 | |
| extension | MultipleStringLiteralsExtended | The String "thrown" appears 2 times in the file. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | MultipleStringLiteralsExtended | The String "Suppressing exception thrown when closing " appears 2 times in the file. | 304 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 330 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 331 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 341 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 359 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 438 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "some-file" appears 2 times in the file. | 81 | |
| extension | MultipleStringLiteralsExtended | The String "file-a" appears 3 times in the file. | 99 | |
| extension | MultipleStringLiteralsExtended | The String "dir-1" appears 3 times in the file. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "dir-1/file-b" appears 2 times in the file. | 112 | |
| extension | MultipleStringLiteralsExtended | The String "dir-1/dir-2" appears 2 times in the file. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "." appears 3 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/d" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b" appears 6 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 7 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "/a" appears 6 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String ".." appears 5 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "../.." appears 3 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "../this" appears 2 times in the file. | 118 | |
| extension | MultipleStringLiteralsExtended | The String "../this/is/ok" appears 2 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 5 times in the file. | 126 | |
| extension | MultipleStringLiteralsExtended | The String ".b" appears 3 times in the file. | 139 | |
| extension | MultipleStringLiteralsExtended | The String ".metadata/b" appears 3 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "..a" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "/..a" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "/..a/..b" appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "/.....a/..b" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "..../...." appears 2 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "..a../..b.." appears 2 times in the file. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g" appears 10 times in the file. | 183 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/./g" appears 2 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g/" appears 2 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g?y" appears 4 times in the file. | 187 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g#s" appears 4 times in the file. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g?y#s" appears 4 times in the file. | 189 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/;x" appears 4 times in the file. | 190 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g;x" appears 4 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g;x?y#s" appears 4 times in the file. | 192 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c" appears 4 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/." appears 2 times in the file. | 193 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/./" appears 2 times in the file. | 194 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/.." appears 2 times in the file. | 195 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/../" appears 2 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/g" appears 4 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/../g" appears 2 times in the file. | 197 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/../.." appears 2 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/../../" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "/a/g" appears 2 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/../../g" appears 2 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g." appears 4 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/.g" appears 4 times in the file. | 206 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g.." appears 4 times in the file. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/..g" appears 4 times in the file. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/./../g" appears 2 times in the file. | 209 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/./g/." appears 2 times in the file. | 210 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g/h" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g/./h" appears 2 times in the file. | 211 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/h" appears 2 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g/../h" appears 2 times in the file. | 212 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g;x=1/y" appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g;x=1/./y" appears 2 times in the file. | 213 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/y" appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "/a/b/c/g;x=1/../y" appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "/g" appears 2 times in the file. | 242 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "ascii.txt" appears 11 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "i18n.txt" appears 10 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "expected exception" appears 8 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "Expected an IAE to be thrown but wasn't" appears 2 times in the file. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 222 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 302 | |
| extension | MultipleStringLiteralsExtended | The String "nonexistent.file" appears 4 times in the file. | 317 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 325 | |
| extension | MultipleStringLiteralsExtended | The String "parent" appears 2 times in the file. | 330 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 332 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 345 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 352 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 410 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 442 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 | |
| extension | MultipleStringLiteralsExtended | The String "hello" appears 6 times in the file. | 451 | |
| extension | MultipleStringLiteralsExtended | The String " world " appears 5 times in the file. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 461 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 512 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 550 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 579 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 590 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 591 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 598 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 599 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 602 | |
| extension | MultipleStringLiteralsExtended | The String "txt" appears 5 times in the file. | 617 | |
| extension | MultipleStringLiteralsExtended | The String ".txt" appears 2 times in the file. | 617 | |
| extension | MultipleStringLiteralsExtended | The String "blah.txt" appears 2 times in the file. | 618 | |
| extension | MultipleStringLiteralsExtended | The String "blah..txt" appears 2 times in the file. | 619 | |
| extension | MultipleStringLiteralsExtended | The String ".blah.txt" appears 2 times in the file. | 620 | |
| extension | MultipleStringLiteralsExtended | The String "/tmp/blah.txt" appears 2 times in the file. | 621 | |
| extension | MultipleStringLiteralsExtended | The String "blah.tar.gz" appears 2 times in the file. | 622 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 623 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 3 times in the file. | 624 | |
| extension | MultipleStringLiteralsExtended | The String ".." appears 3 times in the file. | 625 | |
| extension | MultipleStringLiteralsExtended | The String "..." appears 2 times in the file. | 626 | |
| extension | MultipleStringLiteralsExtended | The String "blah" appears 8 times in the file. | 627 | |
| extension | MultipleStringLiteralsExtended | The String "blah." appears 3 times in the file. | 628 | |
| extension | MultipleStringLiteralsExtended | The String ".blah." appears 2 times in the file. | 629 | |
| extension | MultipleStringLiteralsExtended | The String "/foo.bar/blah" appears 2 times in the file. | 630 | |
| extension | MultipleStringLiteralsExtended | The String "/foo/.bar/blah" appears 2 times in the file. | 631 | |
| extension | MultipleStringLiteralsExtended | The String ".blah" appears 2 times in the file. | 638 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 705 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 706 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 708 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 709 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\n" appears 7 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "\r\n" appears 4 times in the file. | 41 | |
| extension | MultipleStringLiteralsExtended | The String "\r" appears 8 times in the file. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "no newlines at all" appears 2 times in the file. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "no newline at end" appears 2 times in the file. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Herby Derby" appears 2 times in the file. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 122 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 125 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 132 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 40 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "Herby Derby" appears 2 times in the file. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 58 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 84 | |
| extension | MultipleStringLiteralsExtended | The String "r\u00C9sum\u00C9" appears 3 times in the file. | 85 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 89 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 92 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 101 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 106 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 109 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 118 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 123 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "some-file" appears 2 times in the file. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "file-a" appears 3 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "dir-1" appears 3 times in the file. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "dir-1/file-b" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "dir-1/dir-2" appears 2 times in the file. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 86 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "dir" appears 10 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "link" appears 3 times in the file. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "file" appears 2 times in the file. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 6 times in the file. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | MultipleStringLiteralsExtended | The String "nonexistent.file" appears 2 times in the file. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | MultipleStringLiteralsExtended | The String "parent/nonexistent.file" appears 2 times in the file. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 299 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | MultipleStringLiteralsExtended | The String "txt" appears 5 times in the file. | 334 | |
| extension | MultipleStringLiteralsExtended | The String ".txt" appears 2 times in the file. | 334 | |
| extension | MultipleStringLiteralsExtended | The String "blah.txt" appears 2 times in the file. | 335 | |
| extension | MultipleStringLiteralsExtended | The String "blah..txt" appears 2 times in the file. | 336 | |
| extension | MultipleStringLiteralsExtended | The String ".blah.txt" appears 2 times in the file. | 337 | |
| extension | MultipleStringLiteralsExtended | The String "tmp/blah.txt" appears 2 times in the file. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "blah.tar.gz" appears 2 times in the file. | 339 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 3 times in the file. | 341 | |
| extension | MultipleStringLiteralsExtended | The String ".." appears 3 times in the file. | 342 | |
| extension | MultipleStringLiteralsExtended | The String "..." appears 2 times in the file. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "blah" appears 8 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "blah." appears 3 times in the file. | 345 | |
| extension | MultipleStringLiteralsExtended | The String ".blah." appears 2 times in the file. | 346 | |
| extension | MultipleStringLiteralsExtended | The String "foo.bar/blah" appears 2 times in the file. | 347 | |
| extension | MultipleStringLiteralsExtended | The String "foo/.bar/blah" appears 2 times in the file. | 348 | |
| extension | MultipleStringLiteralsExtended | The String ".blah" appears 2 times in the file. | 355 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 375 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 378 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 387 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 392 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | MultipleStringLiteralsExtended | The String "dir/a" appears 2 times in the file. | 432 | |
| extension | MultipleStringLiteralsExtended | The String "dir/e" appears 2 times in the file. | 435 | |
| extension | MultipleStringLiteralsExtended | The String "/dontdelete" appears 5 times in the file. | 436 | |
| extension | MultipleStringLiteralsExtended | The String "/symlinktodir" appears 6 times in the file. | 444 | |
| extension | MultipleStringLiteralsExtended | The String "contents of /dontdelete deleted by delete method " appears 2 times in the file. | 458 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 486 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 487 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 501 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 502 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 503 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 520 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 553 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 554 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 625 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 629 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 632 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 635 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 639 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 640 | |
| extension | MultipleStringLiteralsExtended | The String " not deleted with delete method " appears 2 times in the file. | 691 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "abcdefgh" appears 2 times in the file. | 30 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "testdata/i18n.txt" appears 4 times in the file. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-8" appears 2 times in the file. | 104 | |
| extension | MultipleStringLiteralsExtended | The String "no such resource" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "com/google/common/io/testdata/i18n.txt" appears 3 times in the file. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "Should get IllegalArgumentException" appears 2 times in the file. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "SinkSourceFile" appears 2 times in the file. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "txt" appears 2 times in the file. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to delete file: " appears 2 times in the file. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " [" appears 2 times in the file. | 92 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 12 times in the file. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 275 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 277 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 348 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 429 | |
| extension | MultipleStringLiteralsExtended | The String "-9223372036854775808" appears 2 times in the file. | 429 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 430 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 432 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 433 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 440 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 458 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ArithmeticException" appears 12 times in the file. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 191 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 362 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 364 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 366 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 367 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 368 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 378 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 379 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 380 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 414 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 15 times in the file. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 472 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 484 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 496 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 520 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 527 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 534 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 562 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 565 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 568 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 592 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 593 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 602 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 603 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 611 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 619 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 620 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 627 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "nextDown" appears 2 times in the file. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ArithmeticException" appears 4 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 17 times in the file. | 81 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 116 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 165 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 289 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | MultipleStringLiteralsExtended | The String "^" appears 4 times in the file. | 349 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 361 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 4 times in the file. | 366 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 377 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 497 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 511 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 513 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 527 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 529 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 601 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 602 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 616 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 773 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ArithmeticException" appears 8 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 18 times in the file. | 81 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 116 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 157 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 193 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 336 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 347 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 387 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 389 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 576 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 596 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 613 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 614 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 627 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 647 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 2 times in the file. | 712 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 789 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 795 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 870 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 871 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 926 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 938 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 32 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 33 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "int" appears 12 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "long" appears 9 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "BigInteger" appears 5 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "float" appears 6 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "double" appears 6 times in the file. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 124 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 163 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalStateException" appears 22 times in the file. | 179 | |
| extension | MultipleStringLiteralsExtended | The String "population covariance of " appears 2 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "population covariance by addAll(PairedStats) of " appears 2 times in the file. | 215 | |
| extension | MoveVariableInsideIf | Variable 'pearsonsCorrelationCoefficientByAddAllPartitionedPairedStats' can be moved inside the block at line '350' to restrict runtime creation. | 341 | |
| extension | MultipleStringLiteralsExtended | The String "Pearson's correlation coefficient of " appears 2 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "Pearson's correlation coefficient by addAll(PairedStats) of " appears 2 times in the file. | 347 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalStateException" appears 13 times in the file. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "population covariance of " appears 2 times in the file. | 108 | |
| extension | MultipleStringLiteralsExtended | The String "Pearson's correlation coefficient of " appears 2 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 3 times in the file. | 316 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 35 | |
| extension | MultipleStringLiteralsExtended | The String "Mismatch between %s and %s" appears 2 times in the file. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 401 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 403 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 405 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 413 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 491 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 492 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 493 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 497 | |
| extension | MultipleStringLiteralsExtended | The String "quantile at index " appears 2 times in the file. | 523 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 572 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 588 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 598 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 19 times in the file. | 603 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalStateException" appears 25 times in the file. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "mean of " appears 5 times in the file. | 252 | |
| extension | MultipleStringLiteralsExtended | The String "mean by addAll(Stats) of " appears 5 times in the file. | 253 | |
| extension | MultipleStringLiteralsExtended | The String "population variance of " appears 2 times in the file. | 388 | |
| extension | MultipleStringLiteralsExtended | The String "population variance by addAll(Stats) of " appears 2 times in the file. | 389 | |
| extension | MultipleStringLiteralsExtended | The String "max of " appears 3 times in the file. | 639 | |
| extension | MultipleStringLiteralsExtended | The String "max by addAll(Stats) of " appears 3 times in the file. | 640 | |
| extension | MultipleStringLiteralsExtended | The String "min of " appears 3 times in the file. | 698 | |
| extension | MultipleStringLiteralsExtended | The String "min by addAll(Stats) of " appears 3 times in the file. | 699 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalStateException" appears 16 times in the file. | 119 | |
| extension | MultipleStringLiteralsExtended | The String "mean of " appears 10 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "population variance of " appears 2 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "max of " appears 3 times in the file. | 422 | |
| extension | MultipleStringLiteralsExtended | The String "min of " appears 3 times in the file. | 462 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 5 times in the file. | 575 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 189 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 197 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 198 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 200 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalStateException" appears 8 times in the file. | 365 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 533 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "google.com" appears 6 times in the file. | 34 | |
| extension | MultipleStringLiteralsExtended | The String "192.0.2.1" appears 4 times in the file. | 36 | |
| extension | MultipleStringLiteralsExtended | The String "[2001::1]" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "2001::1" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "2001::3" appears 4 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "host" appears 4 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "gmail.com:81" appears 2 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "gmail.com" appears 7 times in the file. | 44 | |
| extension | MultipleStringLiteralsExtended | The String "192.0.2.2:83" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "192.0.2.2" appears 2 times in the file. | 45 | |
| extension | MultipleStringLiteralsExtended | The String "[2001::2]:85" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "2001::2" appears 2 times in the file. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "x:y:z" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "\nOMG\t" appears 2 times in the file. | 92 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | MultipleStringLiteralsExtended | The String "gmail.com:80" appears 2 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "Expected IllegalArgumentException" appears 5 times in the file. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | MultipleStringLiteralsExtended | The String "[::1]" appears 4 times in the file. | 173 | |
| extension | MultipleStringLiteralsExtended | The String "::1" appears 4 times in the file. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "host:80" appears 2 times in the file. | 191 | |
| extension | MultipleStringLiteralsExtended | The String "foo::123" appears 4 times in the file. | 196 | |
| extension | MultipleStringLiteralsExtended | The String "[foo::123]" appears 3 times in the file. | 198 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 3 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "foo:101" appears 2 times in the file. | 230 | |
| extension | MultipleStringLiteralsExtended | The String ":102" appears 2 times in the file. | 231 | |
| extension | MultipleStringLiteralsExtended | The String "1::2" appears 3 times in the file. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "[::1]:104" appears 3 times in the file. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 236 | |
| extension | MultipleStringLiteralsExtended | The String "[[:]]:108" appears 2 times in the file. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1.2.3.4" appears 3 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "2001:db8::1" appears 3 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "[2001:db8::1]" appears 2 times in the file. | 38 | |
| extension | MultipleStringLiteralsExtended | The String "google.com" appears 4 times in the file. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 73 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 85 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "016.016.016.016" appears 2 times in the file. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "IllegalArgumentException expected for '" appears 5 times in the file. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 9 times in the file. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | MultipleStringLiteralsExtended | The String "192.168.0.1" appears 4 times in the file. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "3ffe::1" appears 6 times in the file. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | MultipleStringLiteralsExtended | The String "7::0.128.0.127" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "7::0.128.0.128" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "7::128.128.0.127" appears 2 times in the file. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "7::0.128.128.127" appears 2 times in the file. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 168 | |
| extension | MultipleStringLiteralsExtended | The String "1.2.3.4" appears 14 times in the file. | 172 | |
| extension | MultipleStringLiteralsExtended | The String "%" appears 3 times in the file. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "InetAddresses.isInetAddress(" appears 3 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String ") should be false but was true" appears 2 times in the file. | 177 | |
| extension | MultipleStringLiteralsExtended | The String "0:0:0:0:0:0:0:1" appears 2 times in the file. | 199 | |
| extension | MultipleStringLiteralsExtended | The String "1:2:3:4:5:6:7:8" appears 2 times in the file. | 226 | |
| extension | MultipleStringLiteralsExtended | The String "2001:0:3:4:5:6:7:8" appears 2 times in the file. | 233 | |
| extension | MultipleStringLiteralsExtended | The String "::" appears 8 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "0:0:0:0:0:0:0:0" appears 2 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "::1" appears 7 times in the file. | 245 | |
| extension | MultipleStringLiteralsExtended | The String "::102:304" appears 2 times in the file. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "::1.2.3.4" appears 7 times in the file. | 249 | |
| extension | MultipleStringLiteralsExtended | The String "192.168.1.1" appears 3 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String "3ffe:0:0:0:0:0:0:1" appears 3 times in the file. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "[3ffe:0:0:0:0:0:0:1]" appears 2 times in the file. | 273 | |
| extension | MultipleStringLiteralsExtended | The String "192.0.2.1" appears 2 times in the file. | 277 | |
| extension | MultipleStringLiteralsExtended | The String "[::ffff:192.0.2.1]" appears 2 times in the file. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 283 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "[192.168.1.1" appears 2 times in the file. | 286 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | MultipleStringLiteralsExtended | The String "192.168.1.1]" appears 2 times in the file. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | MultipleStringLiteralsExtended | The String "192.168.999.888" appears 2 times in the file. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 290 | |
| extension | MultipleStringLiteralsExtended | The String "www.google.com" appears 2 times in the file. | 290 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 291 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 | |
| extension | MultipleStringLiteralsExtended | The String "[3ffe:0:0:0:0:0:0:1" appears 2 times in the file. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 293 | |
| extension | MultipleStringLiteralsExtended | The String "3ffe:0:0:0:0:0:0:1]" appears 2 times in the file. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "::ffff:192.0.2.1" appears 2 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "expected IllegalArgumentException" appears 11 times in the file. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 371 | |
| extension | MultipleStringLiteralsExtended | The String "checking '" appears 4 times in the file. | 385 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 397 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 410 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 429 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 430 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 431 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 432 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 433 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | MultipleStringLiteralsExtended | The String "2002:0102:0304::1" appears 5 times in the file. | 449 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "2001:0000:4136:e378:8000:63bf:3fff:fdd2" appears 5 times in the file. | 471 | |
| extension | MultipleStringLiteralsExtended | The String "192.0.2.45" appears 3 times in the file. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | MultipleStringLiteralsExtended | The String "0.0.0.0" appears 5 times in the file. | 493 | |
| extension | MultipleStringLiteralsExtended | The String "2001:db8::5efe:102:304" appears 2 times in the file. | 503 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 522 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 530 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 544 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 548 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 552 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 558 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | MultipleStringLiteralsExtended | The String "127.0.0.1" appears 5 times in the file. | 571 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 630 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 631 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 636 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 640 | |
| extension | MultipleStringLiteralsExtended | The String "255.255.255.254" appears 2 times in the file. | 664 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 665 | |
| extension | MultipleStringLiteralsExtended | The String "255.255.255.255" appears 3 times in the file. | 667 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 668 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 671 | |
| extension | MultipleStringLiteralsExtended | The String "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff" appears 3 times in the file. | 673 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 674 | |
| extension | MultipleStringLiteralsExtended | The String "172.24.66.0" appears 2 times in the file. | 678 | |
| extension | MultipleStringLiteralsExtended | The String "172.24.66.255" appears 2 times in the file. | 679 | |
| extension | MultipleStringLiteralsExtended | The String "172.24.67.0" appears 2 times in the file. | 680 | |
| extension | MultipleStringLiteralsExtended | The String "2001:db8::6600" appears 2 times in the file. | 701 | |
| extension | MultipleStringLiteralsExtended | The String "2001:db8::66ff" appears 2 times in the file. | 702 | |
| extension | MultipleStringLiteralsExtended | The String "2001:db8::6700" appears 2 times in the file. | 703 | |
| extension | MultipleStringLiteralsExtended | The String "BigInteger must be greater than or equal to 0" appears 2 times in the file. | 776 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "j\u00f8rpeland.no" appears 2 times in the file. | 37 | |
| extension | MultipleStringLiteralsExtended | The String "xn--jrpeland-54a.no" appears 2 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "foo.com" appears 3 times in the file. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "www" appears 3 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "127.0.0.1" appears 2 times in the file. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "::1" appears 2 times in the file. | 77 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 3 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "..." appears 2 times in the file. | 91 | |
| extension | MultipleStringLiteralsExtended | The String "com" appears 6 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String "co.uk" appears 3 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "foo.blogspot.com" appears 2 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "pvt.k12.ca.us" appears 2 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "www.google.com" appears 3 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "home.netscape.com" appears 2 times in the file. | 140 | |
| extension | MultipleStringLiteralsExtended | The String "google.com" appears 9 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "foo.Co.uk" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "foo.ca.us." appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "foo.bar.google.com" appears 3 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "a.b.co.uk" appears 2 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "x.y.ca.us" appears 2 times in the file. | 156 | |
| extension | MultipleStringLiteralsExtended | The String "state.ca.us" appears 2 times in the file. | 208 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 435 | |
| extension | MultipleStringLiteralsExtended | The String "foo.city.yokohama.jp" appears 2 times in the file. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | MultipleStringLiteralsExtended | The String "yokohama.jp" appears 2 times in the file. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 458 | |
| extension | MultipleStringLiteralsExtended | The String "www.essex.sch.uk" appears 4 times in the file. | 465 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 466 | |
| extension | MultipleStringLiteralsExtended | The String "essex.sch.uk" appears 2 times in the file. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 485 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 120 | |
| extension | MultipleStringLiteralsExtended | The String "text" appears 22 times in the file. | 137 | |
| extension | MultipleStringLiteralsExtended | The String "…" appears 8 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 29 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "yams" appears 10 times in the file. | 184 | |
| extension | MultipleStringLiteralsExtended | The String "application" appears 3 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain" appears 23 times in the file. | 214 | |
| extension | MultipleStringLiteralsExtended | The String "application/atom+xml; charset=utf-8" appears 3 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "plain" appears 17 times in the file. | 219 | |
| extension | MultipleStringLiteralsExtended | The String "atom+xml" appears 2 times in the file. | 220 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 10 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 6 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 4 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 6 times in the file. | 224 | |
| extension | MultipleStringLiteralsExtended | The String "charset" appears 4 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "utf-8" appears 2 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "image/gif" appears 3 times in the file. | 235 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain; a=1; a=2; b=3" appears 4 times in the file. | 242 | |
| extension | MultipleStringLiteralsExtended | The String "@" appears 3 times in the file. | 252 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain; a=1" appears 4 times in the file. | 282 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain; a=1; a=2" appears 7 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain; charset=utf-8" appears 4 times in the file. | 386 | |
| extension | MultipleStringLiteralsExtended | The String "text/plain; charset=utf-16" appears 2 times in the file. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 394 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 397 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 400 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 401 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 405 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 407 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 409 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 410 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 411 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 412 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 413 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 414 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 415 | |
| extension | MultipleStringLiteralsExtended | The String "UTF-16" appears 2 times in the file. | 415 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 572 | |
| extension | MultipleStringLiteralsExtended | The String "A" appears 2 times in the file. | 573 | |
| extension | MultipleStringLiteralsExtended | The String "VALUE" appears 2 times in the file. | 575 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "safestring" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 3 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "string with spaces" appears 4 times in the file. | 71 | |
| extension | MultipleStringLiteralsExtended | The String "+*/-" appears 2 times in the file. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "%" appears 2 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "foo%7Cbar" appears 3 times in the file. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "safestring" appears 2 times in the file. | 74 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "safe with spaces" appears 2 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "foo@bar.com" appears 3 times in the file. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 78 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 192 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | MultipleStringLiteralsExtended | The String "wrong type" appears 3 times in the file. | 268 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 284 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 285 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 289 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 296 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 297 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 320 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 234 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 294 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 334 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 340 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 370 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 438 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 447 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 216 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 267 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 6 times in the file. | 303 | |
| extension | MultipleStringLiteralsExtended | The String "1.0" appears 3 times in the file. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 465 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 466 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 470 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 489 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 498 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 500 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 3 times in the file. | 553 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 553 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 2 times in the file. | 553 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 553 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 554 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 608 | |
| extension | MultipleStringLiteralsExtended | The String "0.0" appears 2 times in the file. | 646 | |
| extension | MultipleStringLiteralsExtended | The String "-1.0" appears 2 times in the file. | 647 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 247 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "1.0" appears 3 times in the file. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 326 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 393 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 401 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 440 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 442 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 444 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 445 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 464 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 475 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 3 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 2 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "F" appears 2 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "f" appears 2 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 512 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 566 | |
| extension | MultipleStringLiteralsExtended | The String "0.0" appears 2 times in the file. | 600 | |
| extension | MultipleStringLiteralsExtended | The String "-1.0" appears 2 times in the file. | 601 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 90 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 88 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 90 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 202 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 203 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 218 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 237 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 278 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 377 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 379 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 421 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 423 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 426 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 433 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 445 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 455 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 5 times in the file. | 470 | |
| extension | MultipleStringLiteralsExtended | The String "-1" appears 3 times in the file. | 471 | |
| extension | MultipleStringLiteralsExtended | The String "255" appears 2 times in the file. | 497 | |
| extension | MultipleStringLiteralsExtended | The String "9999999999999999" appears 2 times in the file. | 521 | |
| extension | MultipleStringLiteralsExtended | The String "Radix: " appears 4 times in the file. | 546 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 178 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 199 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 205 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 210 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 292 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 4 times in the file. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 332 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 361 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 368 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 388 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 393 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 436 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 437 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 438 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 439 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 440 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 447 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 459 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 5 times in the file. | 484 | |
| extension | MultipleStringLiteralsExtended | The String "-1" appears 3 times in the file. | 485 | |
| extension | MultipleStringLiteralsExtended | The String "255" appears 2 times in the file. | 511 | |
| extension | MultipleStringLiteralsExtended | The String "999999999999999999999999" appears 2 times in the file. | 535 | |
| extension | MultipleStringLiteralsExtended | The String "Radix: " appears 4 times in the file. | 566 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 31 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 3 times in the file. | 94 | |
| extension | MultipleStringLiteralsExtended | The String " (expected: " appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String ", actual" appears 2 times in the file. | 97 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 230 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 233 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 242 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 278 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 286 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 3 times in the file. | 306 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 411 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 413 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 450 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 451 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 462 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 483 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 485 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 2 times in the file. | 500 | |
| extension | MultipleStringLiteralsExtended | The String "-1" appears 2 times in the file. | 501 | |
| extension | MultipleStringLiteralsExtended | The String "255" appears 2 times in the file. | 527 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 3 times in the file. | 83 | |
| extension | MultipleStringLiteralsExtended | The String " (expected: " appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String ", actual" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 4 times in the file. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 3 times in the file. | 178 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 4 times in the file. | 214 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 231 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 298 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 324 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 38 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ArithmeticException" appears 2 times in the file. | 200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 42 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 115 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 116 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 138 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 139 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 140 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 171 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 4 times in the file. | 308 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 331 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 332 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 333 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | MultipleStringLiteralsExtended | The String "Expected ArithmeticException" appears 2 times in the file. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 178 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 179 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 180 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 181 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 182 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 188 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 190 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 191 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 200 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 213 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 215 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 216 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 217 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 238 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 239 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 240 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 241 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 242 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "0" appears 5 times in the file. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | MultipleStringLiteralsExtended | The String "ffffffffffffffff" appears 2 times in the file. | 275 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 276 | |
| extension | MultipleStringLiteralsExtended | The String "," appears 4 times in the file. | 346 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a/b/c.txt" appears 2 times in the file. | 75 | |
| extension | MultipleStringLiteralsExtended | The String "file:/a" appears 6 times in the file. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "file:/b" appears 3 times in the file. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "/a" appears 6 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "/b" appears 3 times in the file. | 93 | |
| extension | MultipleStringLiteralsExtended | The String "/c:/Documents and Settings/" appears 3 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "file:///c:/Documents%20and%20Settings/" appears 2 times in the file. | 160 | |
| extension | MultipleStringLiteralsExtended | The String "ClassPathTest" appears 2 times in the file. | 215 | |
| extension | MultipleStringLiteralsExtended | The String "some.txt" appears 3 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "sibling" appears 2 times in the file. | 223 | |
| extension | MultipleStringLiteralsExtended | The String "/home/build/outer.jar" appears 5 times in the file. | 287 | |
| extension | MultipleStringLiteralsExtended | The String "base.jar" appears 3 times in the file. | 310 | |
| extension | MultipleStringLiteralsExtended | The String "base/some.jar" appears 9 times in the file. | 327 | |
| extension | MultipleStringLiteralsExtended | The String "/with/absolute.jar" appears 2 times in the file. | 368 | |
| extension | MultipleStringLiteralsExtended | The String "base/relative.jar" appears 3 times in the file. | 377 | |
| extension | MultipleStringLiteralsExtended | The String "Foo" appears 4 times in the file. | 408 | |
| extension | MultipleStringLiteralsExtended | The String "Foo.class" appears 2 times in the file. | 408 | |
| extension | MultipleStringLiteralsExtended | The String "a/b/Foo.class" appears 2 times in the file. | 409 | |
| extension | MultipleStringLiteralsExtended | The String "a/b/Bar$Foo.class" appears 2 times in the file. | 410 | |
| extension | MultipleStringLiteralsExtended | The String "a/b/Bar$1.class" appears 2 times in the file. | 411 | |
| extension | MultipleStringLiteralsExtended | The String ":" appears 2 times in the file. | 428 | |
| extension | MultipleStringLiteralsExtended | The String "file" appears 3 times in the file. | 440 | |
| extension | MultipleStringLiteralsExtended | The String "read" appears 2 times in the file. | 490 | |
| extension | MultipleStringLiteralsExtended | The String ".class" appears 2 times in the file. | 531 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 565 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "privateField" appears 3 times in the file. | 34 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 36 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 37 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 38 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 39 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 40 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 42 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 47 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 61 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | MultipleStringLiteralsExtended | The String "publicField" appears 2 times in the file. | 68 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 69 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 74 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 81 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | MultipleStringLiteralsExtended | The String "privateMethod" appears 3 times in the file. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 133 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 144 | |
| extension | MultipleStringLiteralsExtended | The String "publicFinalMethod" appears 2 times in the file. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 158 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 159 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 192 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 19 times in the file. | 96 | |
| extension | MultipleStringLiteralsExtended | The String "prepend" appears 16 times in the file. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 12 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "c" appears 12 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "privateMethod" appears 3 times in the file. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 250 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | MultipleStringLiteralsExtended | The String "privateFinalMethod" appears 2 times in the file. | 255 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 256 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 258 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 259 | |
| extension | MultipleStringLiteralsExtended | The String "staticMethod" appears 2 times in the file. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 264 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 265 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 266 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 272 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 274 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 281 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 287 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 292 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 312 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 313 | |
| extension | MultipleStringLiteralsExtended | The String "hello world" appears 5 times in the file. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 6 times in the file. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 162 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "java.lang" appears 2 times in the file. | 29 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 49 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "%s is subtype of %s" appears 2 times in the file. | 88 | |
| extension | MultipleStringLiteralsExtended | The String "%s is supertype of %s" appears 2 times in the file. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'Yellow' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 310 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 540 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "get" appears 3 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String " should be after " appears 2 times in the file. | 293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 584 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 585 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 586 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 589 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 590 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 594 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 596 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 601 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 602 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 603 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 607 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 609 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 611 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 612 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 617 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 618 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 619 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 620 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 625 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 626 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 627 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 628 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 634 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 635 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 636 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 637 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 638 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 639 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 640 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 646 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 647 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 648 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 649 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 650 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 651 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 652 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 657 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 658 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 659 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 660 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 661 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 666 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 667 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 668 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 669 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 674 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 675 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 676 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 677 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 683 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 684 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 685 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 686 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 692 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 693 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 694 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 695 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 699 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 700 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 701 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 707 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 708 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 712 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 713 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 719 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 720 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 724 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 725 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 731 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 732 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 733 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 736 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 737 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 738 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 741 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 742 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 743 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 748 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 749 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 752 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 753 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 758 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 759 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 764 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 765 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 768 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 769 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 775 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 776 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 781 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 782 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 783 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 786 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 787 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 788 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 789 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 790 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 791 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 792 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 815 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 816 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 817 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 818 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 819 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 820 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 822 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 823 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 824 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 825 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 826 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 827 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 926 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 927 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 928 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 929 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 934 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 935 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 936 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 937 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 941 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 942 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 943 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 947 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 948 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 949 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 950 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 951 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 952 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 953 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 954 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 955 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 956 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 957 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 958 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 962 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 963 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 964 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 968 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 969 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 970 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 971 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1282 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1300 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1325 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1347 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1351 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1362 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1370 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1376 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1382 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1385 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1395 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1409 | |
| extension | MultipleStringLiteralsExtended | The String "setList" appears 3 times in the file. | 1478 | |
| extension | MultipleStringLiteralsExtended | The String "counts" appears 3 times in the file. | 1530 | |
| extension | MultipleStringLiteralsExtended | The String "size" appears 2 times in the file. | 1580 | |
| extension | MultipleStringLiteralsExtended | The String "set" appears 2 times in the file. | 1612 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 1702 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1845 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1853 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2004 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2010 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Type not visited" appears 2 times in the file. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "withoutBound" appears 2 times in the file. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "withObjectBound" appears 2 times in the file. | 217 | |
| extension | MultipleStringLiteralsExtended | The String "withUpperBound" appears 2 times in the file. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "E" appears 2 times in the file. | 305 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 71 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 76 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 87 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 94 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 114 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 124 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 132 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 135 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 142 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 82 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 119 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 140 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "kaboom!" appears 8 times in the file. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 223 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "guava.concurrent.generate_cancellation_cause" appears 2 times in the file. | 48 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | MultipleStringLiteralsExtended | The String "Expected CancellationException" appears 2 times in the file. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 94 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "Expected CancellationException" appears 2 times in the file. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 8 times in the file. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "cause=[Because this test isn't done]" appears 2 times in the file. | 221 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 374 | |
| extension | MultipleStringLiteralsExtended | The String "setFuture" appears 2 times in the file. | 435 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 495 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 551 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 623 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 675 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 676 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 684 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 685 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 689 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 690 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 691 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 770 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 771 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 772 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 774 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 775 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 797 | |
| extension | MultipleStringLiteralsExtended | The String "Exception thrown from implementation: class java.lang.StackOverflowError" appears 2 times in the file. | 814 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 905 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 906 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 907 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 914 | |
| extension | MultipleStringLiteralsExtended | The String "261" appears 2 times in the file. | 1020 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1116 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1128 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1183 | |
| extension | MultipleStringLiteralsExtended | The String "Thread exited" appears 2 times in the file. | 1191 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1221 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "deliberate" appears 4 times in the file. | 59 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 70 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 89 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 119 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 35 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 51 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | MultipleStringLiteralsExtended | The String "Failed" appears 2 times in the file. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 251 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 319 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 320 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 332 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 403 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 491 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 59 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 64 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 65 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 172 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 215 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 219 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 220 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 261 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 309 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 322 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 347 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 360 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 372 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 443 | |
| extension | MultipleStringLiteralsExtended | The String "1" appears 3 times in the file. | 449 | |
| extension | MultipleStringLiteralsExtended | The String " is deadlocked" appears 2 times in the file. | 674 | |
| extension | MultipleStringLiteralsExtended | The String "deliberate" appears 3 times in the file. | 768 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 821 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 839 | |
| extension | MultipleStringLiteralsExtended | The String "Expected the service " appears 2 times in the file. | 864 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 959 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 199 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 300 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 315 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 321 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 329 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 330 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 338 | |
| extension | MultipleStringLiteralsExtended | The String "[]" appears 2 times in the file. | 341 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 349 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 350 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 352 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 355 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 90 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 239 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 243 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "1" appears 8 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "2" appears 8 times in the file. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "3" appears 8 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "key" appears 24 times in the file. | 66 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 117 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 141 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 142 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 157 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 244 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 253 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 260 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 279 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 280 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 295 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 307 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 314 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 316 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 317 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 354 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 355 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 363 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 370 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 382 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 383 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 390 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 391 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 401 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 404 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 406 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 408 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 422 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 433 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 440 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 444 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 448 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 459 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 460 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 463 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 465 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 467 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 470 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 483 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 486 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 487 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 488 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 490 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 495 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 502 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 504 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 506 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 510 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 512 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 514 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 529 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 532 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 546 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 4 times in the file. | 562 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 565 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 566 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 567 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "MyCrazyThreadName" appears 3 times in the file. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Expected PotentialDeadlockException" appears 17 times in the file. | 107 | |
| extension | MultipleStringLiteralsExtended | The String "LockB -> LockA" appears 2 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "LockA -> LockB" appears 4 times in the file. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "LockB -> LockC" appears 2 times in the file. | 146 | |
| extension | MultipleStringLiteralsExtended | The String "LockB -> ReadWriteA" appears 3 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "ReadWriteA -> LockB" appears 5 times in the file. | 285 | |
| extension | MultipleStringLiteralsExtended | The String "ReadWriteC -> ReadWriteA" appears 2 times in the file. | 308 | |
| extension | MultipleStringLiteralsExtended | The String "ReadWriteA -> ReadWriteB" appears 2 times in the file. | 333 | |
| extension | MultipleStringLiteralsExtended | The String "LockD" appears 2 times in the file. | 410 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 449 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 452 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 460 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 461 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 464 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 465 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 473 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 474 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 478 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 479 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 511 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "test" appears 3 times in the file. | 63 | |
| extension | MultipleStringLiteralsExtended | The String "Expected UncheckedExecutionException" appears 3 times in the file. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 3 times in the file. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "foo not found" appears 2 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | MultipleStringLiteralsExtended | The String "result" appears 2 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 174 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "mymessage" appears 3 times in the file. | 27 | |
| extension | MultipleStringLiteralsExtended | The String "bad constructor" appears 2 times in the file. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 5 times in the file. | 57 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 68 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 125 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 2 times in the file. | 143 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 238 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 246 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "a" appears 2 times in the file. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "foo" appears 4 times in the file. | 41 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 105 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 116 | |
| extension | MultipleStringLiteralsExtended | The String "]]" appears 4 times in the file. | 138 | |
| extension | MultipleStringLiteralsExtended | The String "[status=FAILURE, cause=[" appears 2 times in the file. | 144 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 184 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 200 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 201 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 270 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 13 times in the file. | 276 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpeted call to apply." appears 2 times in the file. | 381 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 384 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 385 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 386 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 398 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 399 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 400 | |
| extension | MultipleStringLiteralsExtended | The String "a" appears 9 times in the file. | 421 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 11 times in the file. | 428 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 454 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 455 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 469 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 470 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 485 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 486 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 490 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 501 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 539 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 559 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 708 | |
| extension | AvoidHidingCauseException | Cause exception 'expected' was lost. | 731 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 788 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 793 | |
| extension | MultipleStringLiteralsExtended | The String "Called my toString" appears 4 times in the file. | 803 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 827 | |
| extension | MultipleStringLiteralsExtended | The String "deliberate" appears 7 times in the file. | 839 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected fallback" appears 2 times in the file. | 885 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 967 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 1015 | |
| extension | ForbidThrowAnonymousExceptions | Avoid throwing anonymous exception. | 1016 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1058 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1059 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1068 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1069 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1093 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1094 | |
| extension | MultipleStringLiteralsExtended | The String "AsyncFunction.apply returned null instead of a Future. " appears 2 times in the file. | 1120 | |
| extension | MultipleStringLiteralsExtended | The String "Did you mean to return immediateFuture(null)?" appears 4 times in the file. | 1121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1250 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1319 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1328 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1329 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1372 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1411 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1431 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1507 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1547 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1568 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1811 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1813 | |
| extension | MultipleStringLiteralsExtended | The String "AsyncCallable.call returned null instead of a Future. " appears 2 times in the file. | 1846 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1914 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1916 | |
| extension | MultipleStringLiteralsExtended | The String "Exception for testing" appears 2 times in the file. | 1946 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2114 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2116 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2165 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2167 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2169 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2172 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2195 | |
| extension | MultipleStringLiteralsExtended | The String "failed1" appears 3 times in the file. | 2207 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2209 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2210 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2211 | |
| extension | MultipleStringLiteralsExtended | The String "failed" appears 2 times in the file. | 2222 | |
| extension | MultipleStringLiteralsExtended | The String "results" appears 2 times in the file. | 2237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2274 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2275 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2291 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2292 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2293 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2294 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2295 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2306 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2308 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2309 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2310 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2311 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2321 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2322 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2323 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2324 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2325 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2335 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2336 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2338 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2339 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2367 | |
| extension | MultipleStringLiteralsExtended | The String "Nothing should be logged" appears 6 times in the file. | 2382 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 2463 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 2493 | |
| extension | MultipleStringLiteralsExtended | The String "-" appears 2 times in the file. | 2537 | |
| extension | MultipleStringLiteralsExtended | The String "b" appears 3 times in the file. | 2561 | |
| extension | MultipleStringLiteralsExtended | The String "\\S+CombinedFuture@\\w+\\[status=PENDING," appears 3 times in the file. | 2613 | |
| extension | MultipleStringLiteralsExtended | The String " \\S+SettableFuture@\\w+\\[status=PENDING]]]]" appears 2 times in the file. | 2615 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2631 | |
| extension | MultipleStringLiteralsExtended | The String "test" appears 2 times in the file. | 2647 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2655 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2656 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2760 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2761 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2787 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 2788 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 2938 | |
| extension | MultipleStringLiteralsExtended | The String "Should never be seen" appears 2 times in the file. | 3037 | |
| extension | MultipleStringLiteralsExtended | The String "Got " appears 3 times in the file. | 3286 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3288 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3291 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3307 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3322 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3325 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 3359 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3392 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3394 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3396 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3399 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3412 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3422 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3433 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3438 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3452 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3454 | |
| extension | MultipleStringLiteralsExtended | The String "failed2" appears 2 times in the file. | 3456 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3457 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3471 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3473 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3476 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3489 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3490 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3491 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3492 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3493 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 3515 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3529 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 3530 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3536 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3542 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3543 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3544 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3545 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3561 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3562 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3563 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3564 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3565 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3578 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3580 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3582 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3585 | |
| extension | MultipleStringLiteralsExtended | The String "You can't fire me, I quit." appears 2 times in the file. | 3632 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3648 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3650 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3659 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3673 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3674 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3675 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3682 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3683 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3684 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3685 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3686 | |
| extension | MultipleStringLiteralsExtended | The String "2L" appears 2 times in the file. | 3734 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 3741 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 3773 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3798 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3799 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3800 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3801 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3814 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3816 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3818 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3823 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3824 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 3841 | |
| extension | MultipleStringLiteralsExtended | The String "1L" appears 2 times in the file. | 3878 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3913 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Result future must throw CancellationException" appears 2 times in the file. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 111 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | MultipleStringLiteralsExtended | The String "Result future is cancelled and should have thrown a" appears 3 times in the file. | 116 | |
| extension | MultipleStringLiteralsExtended | The String " CancellationException" appears 4 times in the file. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 145 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 146 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 167 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 168 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 169 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 70 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 73 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 78 | |
| extension | MultipleStringLiteralsExtended | The String "ms" appears 3 times in the file. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "tryEnter" appears 2 times in the file. | 165 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 230 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 426 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 453 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 454 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 455 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 456 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 457 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 458 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 459 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 460 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 461 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "(fair)" appears 2 times in the file. | 483 | |
| extension | MultipleStringLiteralsExtended | The String "(nonfair)" appears 2 times in the file. | 483 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 554 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 555 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 567 | |
| extension | MultipleStringLiteralsExtended | The String "unsupported scenario: " appears 2 times in the file. | 592 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 597 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 598 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 601 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 611 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 617 | |
| extension | ReturnCountExtended | Return count for 'doCall' method is 4 (max allowed is 1). | 646 | |
| extension | MultipleStringLiteralsExtended | The String "unexpected exception" appears 2 times in the file. | 678 | |
| extension | MultipleStringLiteralsExtended | The String "(0ms)" appears 2 times in the file. | 741 | |
| extension | MultipleStringLiteralsExtended | The String "()" appears 2 times in the file. | 741 | |
| extension | MultipleStringLiteralsExtended | The String "expected IllegalMonitorStateException" appears 2 times in the file. | 764 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 62 | |
| extension | MultipleStringLiteralsExtended | The String "I bet you didn't think Thread.interrupt could throw" appears 2 times in the file. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 104 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 239 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 240 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 241 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 242 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 273 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 389 | |
| extension | MultipleStringLiteralsExtended | The String "Unexpected InterruptedException" appears 4 times in the file. | 460 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 477 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 496 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 514 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 519 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 533 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 537 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 538 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 539 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 540 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 541 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 542 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 543 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 544 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 545 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 546 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 547 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 548 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 549 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 550 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 551 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 552 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 553 | |
| extension | MultipleStringLiteralsExtended | The String "setPolicy" appears 2 times in the file. | 581 | |
| extension | MultipleStringLiteralsExtended | The String "read" appears 2 times in the file. | 641 | |
| extension | AvoidHidingCauseException | Cause exception 'ie' was lost. | 652 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 735 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 746 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 755 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 766 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 775 | |
| extension | MultipleStringLiteralsExtended | The String "InterruptedException" appears 2 times in the file. | 788 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 791 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 804 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 822 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 841 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 874 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 875 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 882 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 883 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 1164 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1175 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1181 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 1182 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 113 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 148 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 163 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 164 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 195 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 215 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 238 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 257 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 40 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 44 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 97 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 130 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 150 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 62 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 63 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 72 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 75 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 86 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 87 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 88 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 99 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 101 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "isOccupied" appears 2 times in the file. | 132 | |
| extension | MultipleStringLiteralsExtended | The String "isOccupiedByCurrentThread" appears 2 times in the file. | 133 | |
| extension | MultipleStringLiteralsExtended | The String "getOccupiedDepth" appears 2 times in the file. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 118 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | MultipleStringLiteralsExtended | The String "Throwable from other thread: " appears 2 times in the file. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 196 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 197 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 207 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 218 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 221 | |
| extension | MultipleStringLiteralsExtended | The String "Should have encountered RejectedExecutionException" appears 2 times in the file. | 224 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 228 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 232 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 238 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 245 | |
| extension | RedundantReturn | Redundant return. | 270 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 306 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 337 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 368 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 374 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 427 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 433 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 435 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 441 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 443 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 588 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 614 | |
| extension | MultipleStringLiteralsExtended | The String "FooBar" appears 2 times in the file. | 646 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 685 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 689 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 690 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 697 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 708 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 719 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 749 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 750 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "R0.00" appears 29 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "R0.20" appears 5 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to acquire initial permit" appears 2 times in the file. | 61 | |
| extension | MultipleStringLiteralsExtended | The String "U0.20" appears 4 times in the file. | 131 | |
| extension | MultipleStringLiteralsExtended | The String "U1.00" appears 3 times in the file. | 164 | |
| extension | MultipleStringLiteralsExtended | The String "R0.00, R1.38, R1.13, R0.88, R0.63, R0.50, R0.50, R0.50" appears 3 times in the file. | 203 | |
| extension | MultipleStringLiteralsExtended | The String "U0.50" appears 2 times in the file. | 204 | |
| extension | MultipleStringLiteralsExtended | The String "U4.00" appears 2 times in the file. | 205 | |
| extension | MultipleStringLiteralsExtended | The String "R0.00, R1.75, R1.26, R0.76, R0.30, R0.20, R0.20, R0.20" appears 3 times in the file. | 228 | |
| extension | MultipleStringLiteralsExtended | The String "R0.00, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20" appears 3 times in the file. | 234 | |
| extension | MultipleStringLiteralsExtended | The String "R0.34, R0.28, R0.25, R0.25" appears 2 times in the file. | 279 | |
| extension | MultipleStringLiteralsExtended | The String "R0.20, R0.10, R0.10, R0.10" appears 2 times in the file. | 311 | |
| extension | MultipleStringLiteralsExtended | The String "R1.00" appears 12 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "R0.50" appears 6 times in the file. | 328 | |
| extension | MultipleStringLiteralsExtended | The String "R2.00" appears 2 times in the file. | 328 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 333 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 334 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 335 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 337 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 342 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 344 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 346 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 351 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 353 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 360 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 362 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 439 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 453 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 460 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 463 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 545 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 545 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 603 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 607 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 100 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 241 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "start failure" appears 2 times in the file. | 102 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 176 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 179 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 181 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 182 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 185 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 186 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 187 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 213 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 214 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 229 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 248 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 249 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 252 | |
| extension | MultipleStringLiteralsExtended | The String "NoOpService" appears 2 times in the file. | 263 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 318 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 413 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 414 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 415 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 416 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 418 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 419 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 420 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 424 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 425 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "failure" appears 4 times in the file. | 60 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 71 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 84 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 91 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 92 | |
| extension | MultipleStringLiteralsExtended | The String "bar" appears 3 times in the file. | 92 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 93 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 95 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 96 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 103 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 105 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 106 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 107 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 109 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 122 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 124 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | MultipleStringLiteralsExtended | The String "Expected TimeoutException" appears 2 times in the file. | 132 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 134 | |
| extension | MultipleStringLiteralsExtended | The String "foo" appears 2 times in the file. | 136 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 137 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 138 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 149 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 151 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 152 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 153 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 155 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 156 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 161 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 165 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 166 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 175 | |
| extension | MultipleStringLiteralsExtended | The String "Expected CancellationException" appears 3 times in the file. | 178 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 180 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 189 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 190 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 195 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 205 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 210 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 217 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 225 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 226 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 227 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 235 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 236 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "x" appears 3 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "no exception thrown" appears 11 times in the file. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 73 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 81 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 89 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 128 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 147 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 183 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 212 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 218 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "expected IllegalMonitorStateException" appears 3 times in the file. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 79 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 80 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 60 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 78 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "hasQueuedThread" appears 2 times in the file. | 142 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 222 position 46 need optimization. All method calls are advised to move to end of logic expression. | 222 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 238 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 248 | |
| extension | RedundantReturn | Redundant return. | 255 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 70 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 73 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 114 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 120 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 206 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 43 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 45 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 46 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 54 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 55 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 56 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 76 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 77 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 123 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 125 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 126 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 188 | |
| extension | MultipleStringLiteralsExtended | The String "Custom thread name" appears 2 times in the file. | 201 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 204 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 40 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 46 | |
| extension | MultipleStringLiteralsExtended | The String "Future was already complete: " appears 2 times in the file. | 57 | |
| extension | MultipleStringLiteralsExtended | The String "Unreachable" appears 2 times in the file. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 83 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 98 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 108 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 110 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 112 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 116 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 129 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 131 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 132 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 134 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 135 | |
| extension | AvoidHidingCauseException | Cause exception 'wontHappen' was lost. | 151 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 235 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 247 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 104 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 115 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 127 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 139 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 177 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 208 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 271 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 303 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 304 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 305 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 343 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 357 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 358 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 359 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 397 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 441 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 466 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 468 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 501 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 511 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 534 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 545 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 550 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 559 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 564 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 615 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 616 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 631 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 637 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 649 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 670 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 705 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 714 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 725 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 49 | |
| extension | MultipleStringLiteralsExtended | The String "awaitTermination" appears 2 times in the file. | 50 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "isTerminated" appears 2 times in the file. | 52 | |
| extension | ForbidCertainMethod | Call to 'assertFalse' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 53 | |
| extension | MultipleStringLiteralsExtended | The String "isShutdown" appears 2 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "shutdown" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "shutdownNow" appears 2 times in the file. | 58 | |
| extension | MultipleStringLiteralsExtended | The String "execute" appears 2 times in the file. | 66 | |
| extension | MultipleStringLiteralsExtended | The String "submit" appears 6 times in the file. | 74 | |
| extension | MultipleStringLiteralsExtended | The String "invokeAll" appears 3 times in the file. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "invokeAny" appears 3 times in the file. | 121 | |
| extension | ForbidCertainMethod | Call to 'assertTrue' method (matches pattern 'assert(True|False)') with '1' arguments (matches pattern '1') is forbidden. | 301 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "scheduleRunnable" appears 2 times in the file. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "scheduleCallable" appears 2 times in the file. | 56 | |
| extension | MultipleStringLiteralsExtended | The String "scheduleWithFixedDelay" appears 2 times in the file. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "scheduleAtFixedRate" appears 2 times in the file. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "\"test\"" appears 3 times in the file. | 39 | |
| extension | MultipleStringLiteralsExtended | The String "'test'" appears 2 times in the file. | 40 | |
| extension | MultipleStringLiteralsExtended | The String "xxx" appears 2 times in the file. | 60 | |
| extension | MultipleStringLiteralsExtended | The String "\uFFFD" appears 3 times in the file. | 85 | |
| extension | MultipleStringLiteralsExtended | The String "[\uFFFD]" appears 2 times in the file. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 34 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 73 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 81 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 89 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 106 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 114 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 122 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 131 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 142 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 149 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 158 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 167 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 175 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 184 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 192 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 201 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 211 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 220 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 230 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 240 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 247 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 257 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 265 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 274 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 283 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 291 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 301 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 309 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 318 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 328 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 338 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 348 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 358 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 367 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 374 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 382 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 389 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 396 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 399 | |
| extension | ReturnCountExtended | Return count for 'truncate' method is 2 (max allowed is 1). | 550 | |
| extension | ReturnCountExtended | Return count for 'equalsIgnoreCase' method is 3 (max allowed is 1). | 601 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 610 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "_" appears 2 times in the file. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 359 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 402 | |
| extension | MultipleStringLiteralsExtended | The String ".negate()" appears 2 times in the file. | 425 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 629 | |
| extension | ReturnCountExtended | Return count for 'replaceFrom' method is 3 (max allowed is 1). | 711 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1221 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 1357 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 1570 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 3 times in the file. | 1570 | |
| extension | MultipleStringLiteralsExtended | The String "')" appears 3 times in the file. | 1647 | |
| extension | MultipleStringLiteralsExtended | The String "CharMatcher.anyOf(\"" appears 2 times in the file. | 1722 | |
| extension | MultipleStringLiteralsExtended | The String "\")" appears 2 times in the file. | 1722 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 72 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 82 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 303 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 377 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 380 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 521 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 72 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 195 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 213 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 237 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 240 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 308 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 355 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 376 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 165 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 194 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 201 | |
| extension | ReturnCountExtended | Return count for 'loadFinalizer' method is 4 (max allowed is 1). | 245 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 284 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Functions.forMap(" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 6 times in the file. | 165 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 168 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 206 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 259 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 306 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 352 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 399 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 24 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 77 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 79 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 83 | |
| extension | MultipleStringLiteralsExtended | The String "already specified useForNull" appears 2 times in the file. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 389 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 85 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 161 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 358 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 23 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "index" appears 2 times in the file. | 1327 | |
| extension | MultipleStringLiteralsExtended | The String "%s (%s) must not be negative" appears 2 times in the file. | 1352 | |
| extension | MultipleStringLiteralsExtended | The String "negative size: " appears 2 times in the file. | 1354 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ")" appears 8 times in the file. | 335 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 338 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 363 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 380 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 405 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 422 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 470 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 506 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 542 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 581 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 619 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 667 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 683 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 697 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 42 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 43 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '=='. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 65 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 72 | |
| extension | ReturnCountExtended | Return count for 'matches' method is 3 (max allowed is 1). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 185 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 292 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 560 | |
| extension | ReturnCountExtended | Return count for 'computeNext' method is 2 (max allowed is 1). | 568 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 569 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 575 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 588 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 126 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 130 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 218 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 79 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 5 times in the file. | 79 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 82 | |
| extension | MultipleStringLiteralsExtended | The String "Suppliers.memoize(" appears 2 times in the file. | 141 | |
| extension | MultipleStringLiteralsExtended | The String "<supplier that returned " appears 2 times in the file. | 142 | |
| extension | MultipleStringLiteralsExtended | The String ">" appears 2 times in the file. | 142 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 146 | |
| extension | ReturnCountExtended | Return count for 'get' method is 2 (max allowed is 1). | 231 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 263 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 302 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 332 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Loop in causal chain detected." appears 2 times in the file. | 265 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 408 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 436 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 441 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 450 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 457 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 465 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 476 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 485 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 486 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 533 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 534 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 65 | |
| extension | ReturnCountExtended | Return count for 'isWellFormedSlowPath' method is 3 (max allowed is 1). | 137 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 507 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 66 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 88 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 102 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 112 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 113 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 114 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 119 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 122 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 126 | |
| extension | ReturnCountExtended | Return count for 'cleanUp' method is 2 (max allowed is 1). | 160 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 166 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 173 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 181 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 185 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 197 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 217 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MoveVariableInsideIf | Variable 'castKey' can be moved inside the block at line '69' to restrict runtime creation. | 66 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "maximum size was already set to %s" appears 2 times in the file. | 437 | |
| extension | MultipleStringLiteralsExtended | The String "maximum weight was already set to %s" appears 2 times in the file. | 440 | |
| extension | MultipleStringLiteralsExtended | The String "duration cannot be negative: %s %s" appears 2 times in the file. | 691 | |
| extension | MultipleStringLiteralsExtended | The String "ns" appears 2 times in the file. | 1014 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "value of key %s omitted" appears 3 times in the file. | 292 | |
| extension | MultipleStringLiteralsExtended | The String "key %s value set to %s, must be integer" appears 3 times in the file. | 297 | |
| extension | MultipleStringLiteralsExtended | The String "maximum size was already set to " appears 2 times in the file. | 334 | |
| extension | MultipleStringLiteralsExtended | The String "maximum weight was already set to " appears 2 times in the file. | 336 | |
| extension | MultipleStringLiteralsExtended | The String "key %s does not take values" appears 2 times in the file. | 374 | |
| extension | MultipleStringLiteralsExtended | The String "%s was already set to %s" appears 2 times in the file. | 375 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 441 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 168 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Overridable method 'evictsBySize' is called in constructor body. | 267 | |
| extension | OverridableMethodInConstructor | Overridable method 'customWeigher' is called in constructor body. | 267 | |
| extension | OverridableMethodInConstructor | Overridable method 'evictsBySize' is called in constructor body. | 278 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 278 position 63 need optimization. All method calls are advised to move to end of logic expression. | 278 | |
| extension | OverridableMethodInConstructor | Overridable method 'evictsBySize' is called in constructor body. | 297 | |
| extension | OverridableMethodInConstructor | Overridable method 'createSegment' is called in constructor body. | 306 | |
| extension | OverridableMethodInConstructor | Overridable method 'createSegment' is called in constructor body. | 311 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1654 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1655 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1656 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1657 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1665 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1680 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1690 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1716 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 1811 | |
| extension | OverridableMethodInConstructor | Overridable method 'initTable' is called in constructor body. | 1943 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,971 position 31 need optimization. All method calls are advised to move to end of logic expression. | 1971 | |
| extension | AvoidHidingCauseException | Cause exception 'ee' was lost. | 2049 | |
| extension | AvoidHidingCauseException | Cause exception 'ee' was lost. | 2051 | |
| extension | ReturnCountExtended | Return count for 'lockedGetOrLoad' method is 2 (max allowed is 1). | 2082 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,102 position 14 need optimization. All method calls are advised to move to end of logic expression. | 2102 | |
| extension | MultipleStringLiteralsExtended | The String "CacheLoader returned null for key " appears 2 times in the file. | 2177 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 2177 | |
| extension | ReturnCountExtended | Return count for 'compute' method is 4 (max allowed is 1). | 2188 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,208 position 14 need optimization. All method calls are advised to move to end of logic expression. | 2208 | |
| extension | AvoidHidingCauseException | Cause exception 'exception' was lost. | 2255 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2294 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 2364 | |
| extension | ReturnCountExtended | Return count for 'insertLoadingValueReference' method is 2 (max allowed is 1). | 2376 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,392 position 14 need optimization. All method calls are advised to move to end of logic expression. | 2392 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 2669 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 2743 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,790 position 14 need optimization. All method calls are advised to move to end of logic expression. | 2790 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 2853 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,927 position 14 need optimization. All method calls are advised to move to end of logic expression. | 2927 | |
| extension | ReturnCountExtended | Return count for 'replace' method is 2 (max allowed is 1). | 2976 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 2,989 position 14 need optimization. All method calls are advised to move to end of logic expression. | 2989 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 3031 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 3,045 position 14 need optimization. All method calls are advised to move to end of logic expression. | 3045 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 3077 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 3,091 position 14 need optimization. All method calls are advised to move to end of logic expression. | 3091 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 3112 | |
| extension | ReturnCountExtended | Return count for 'storeLoadedValue' method is 2 (max allowed is 1). | 3123 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 3,143 position 14 need optimization. All method calls are advised to move to end of logic expression. | 3143 | |
| extension | ReturnCountExtended | Return count for 'reclaimKey' method is 2 (max allowed is 1). | 3275 | |
| extension | ReturnCountExtended | Return count for 'reclaimValue' method is 2 (max allowed is 1). | 3310 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 3,321 position 14 need optimization. All method calls are advised to move to end of logic expression. | 3321 | |
| extension | ReturnCountExtended | Return count for 'removeLoadingValue' method is 2 (max allowed is 1). | 3353 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 3,363 position 14 need optimization. All method calls are advised to move to end of logic expression. | 3363 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 3386 | |
| extension | ReturnCountExtended | Return count for 'removeEntry' method is 2 (max allowed is 1). | 3388 | |
| extension | ReturnCountExtended | Return count for 'loadFuture' method is 4 (max allowed is 1). | 3524 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 3548 | |
| extension | ReturnCountExtended | Return count for 'isEmpty' method is 4 (max allowed is 1). | 3897 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 3898 | |
| extension | MoveVariableInsideIf | Variable 'value' can be moved inside the block at line '4,007' to restrict runtime creation. | 4006 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 4067 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 4069 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 4071 | |
| extension | OverridableMethodInConstructor | Calling the method 'advance' in constructor body leads to the call of the overridable method 'nextInChain'. | 4324 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '4,386' to restrict runtime creation. | 4384 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 4534 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 4543 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 4,744 position 53 need optimization. All method calls are advised to move to end of logic expression. | 4744 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 4939 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 4966 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 4987 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 53 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 53 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 63 | |
| extension | MoveVariableInsideIf | Variable 'v' can be moved inside the block at line '67' to restrict runtime creation. | 63 | |
| extension | MoveVariableInsideIf | Variable 'hc' can be moved inside the block at line '67' to restrict runtime creation. | 64 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '67' to restrict runtime creation. | 65 | |
| extension | MoveVariableInsideIf | Variable 'n' can be moved inside the block at line '67' to restrict runtime creation. | 66 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 70 position 10 need optimization. All method calls are advised to move to end of logic expression. | 70 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 71 position 10 need optimization. All method calls are advised to move to end of logic expression. | 71 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 72 position 10 need optimization. All method calls are advised to move to end of logic expression. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 96 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 110 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 117 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 188 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '193' to restrict runtime creation. | 190 | |
| extension | MoveVariableInsideIf | Variable 'r' can be moved inside the block at line '197' to restrict runtime creation. | 196 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 201 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 267 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 268 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 269 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 277 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 52 | |
| extension | OverridableMethodInConstructor | Overridable method 'setDelegates' is called in constructor body. | 59 | |
| extension | MultipleStringLiteralsExtended | The String "value already present: %s" appears 2 times in the file. | 138 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 214 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 259 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 263 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 301 | |
| extension | MultipleStringLiteralsExtended | The String "entry no longer in map" appears 2 times in the file. | 325 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 338 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 388 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 479 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 47 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 88 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 480 | |
| extension | MoveVariableInsideIf | Variable 'wasEmpty' can be moved inside the block at line '485' to restrict runtime creation. | 483 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 494 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 500 | |
| extension | MoveVariableInsideIf | Variable 'oldSize' can be moved inside the block at line '507' to restrict runtime creation. | 505 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 509 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 517 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 523 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 529 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 540 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 551 | |
| extension | MoveVariableInsideIf | Variable 'oldSize' can be moved inside the block at line '558' to restrict runtime creation. | 556 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 560 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 566 | |
| extension | MoveVariableInsideIf | Variable 'oldSize' can be moved inside the block at line '571' to restrict runtime creation. | 569 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 573 | |
| extension | MoveVariableInsideIf | Variable 'oldSize' can be moved inside the block at line '604' to restrict runtime creation. | 598 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 606 | |
| extension | MoveVariableInsideIf | Variable 'oldSize' can be moved inside the block at line '761' to restrict runtime creation. | 759 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 763 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1312 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1333 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 1636 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 48 | |
| extension | MultipleStringLiteralsExtended | The String "occurrences cannot be negative: %s" appears 2 times in the file. | 255 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 273 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 318 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 336 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 97 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 111 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 159 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 169 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 179 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 128 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 111 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 30 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 107 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 111 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 117 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 82 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 128 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 129 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 132 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 133 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 134 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 136 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 157 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 162 | |
| extension | MultipleStringLiteralsExtended | The String "Row" appears 2 times in the file. | 599 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 624 | |
| extension | MultipleStringLiteralsExtended | The String "Column" appears 2 times in the file. | 640 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 712 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 776 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 32 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 50 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 43 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 66 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 84 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " cannot be negative but was: " appears 2 times in the file. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "flatMap does not support SUBSIZED characteristic" appears 4 times in the file. | 208 | |
| extension | MultipleStringLiteralsExtended | The String "flatMap does not support SORTED characteristic" appears 4 times in the file. | 211 | |
| extension | ReturnCountExtended | Return count for 'trySplit' method is 3 (max allowed is 1). | 368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 507 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 658 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 107 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 121 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 142 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 179 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 182 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 185 | |
| extension | OverridableMethodInConstructor | Overridable method 'init' is called in constructor body. | 186 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 194 | |
| extension | OverridableMethodInConstructor | Overridable method 'init' is called in constructor body. | 195 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 207 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 230 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 236 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 244 | |
| extension | ReturnCountExtended | Return count for 'put' method is 4 (max allowed is 1). | 285 | |
| extension | MoveVariableInsideIf | Variable 'entries' can be moved inside the block at line '310' to restrict runtime creation. | 293 | |
| extension | MoveVariableInsideIf | Variable 'keys' can be moved inside the block at line '310' to restrict runtime creation. | 294 | |
| extension | MoveVariableInsideIf | Variable 'values' can be moved inside the block at line '310' to restrict runtime creation. | 295 | |
| extension | ReturnCountExtended | Return count for 'indexOf' method is 3 (max allowed is 1). | 419 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 482 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 482 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 615 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 724 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 4 (max allowed is 1). | 770 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 891 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 131 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 148 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 162 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 165 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 168 | |
| extension | OverridableMethodInConstructor | Overridable method 'init' is called in constructor body. | 169 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 177 | |
| extension | OverridableMethodInConstructor | Overridable method 'init' is called in constructor body. | 178 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 190 | |
| extension | ReturnCountExtended | Return count for 'add' method is 2 (max allowed is 1). | 229 | |
| extension | MoveVariableInsideIf | Variable 'entries' can be moved inside the block at line '249' to restrict runtime creation. | 233 | |
| extension | MoveVariableInsideIf | Variable 'elements' can be moved inside the block at line '249' to restrict runtime creation. | 234 | |
| extension | ReturnCountExtended | Return count for 'contains' method is 3 (max allowed is 1). | 344 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 376 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 376 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 38 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 62 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 74 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 88 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 91 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 93 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 95 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 99 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 97 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 107 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 113 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 116 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 119 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 121 | |
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'CompactLinkedHashSet' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 122 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 68 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 113 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 122 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 26 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 125 | |
| extension | MultipleStringLiteralsExtended | The String "occurences" appears 3 times in the file. | 208 | |
| extension | AvoidHidingCauseException | Cause exception 'overflow' was lost. | 230 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 3 (max allowed is 1). | 270 | |
| extension | ReturnCountExtended | Return count for 'removeExactly' method is 3 (max allowed is 1). | 311 | |
| extension | ReturnCountExtended | Return count for 'setCount' method is 7 (max allowed is 1). | 403 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 601 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 27 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 34 | |
| extension | SimpleAccessorNameNotation | Unexpected setter name. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 117 | |
| extension | MultipleStringLiteralsExtended | The String "range unbounded on this side" appears 2 times in the file. | 128 | |
| extension | MultipleStringLiteralsExtended | The String "this statement should be unreachable" appears 4 times in the file. | 143 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 206 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 296 | |
| extension | MultipleStringLiteralsExtended | The String "\\" appears 2 times in the file. | 376 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 376 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 379 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 468 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "distance" appears 4 times in the file. | 78 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 106 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 178 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 198 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 199 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 231 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 237 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 71 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 72 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 83 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 84 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 85 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 86 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 87 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 90 | |
| extension | MultipleStringLiteralsExtended | The String "occurrences" appears 2 times in the file. | 141 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 3 (max allowed is 1). | 160 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 26 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 182 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 187 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 3 (max allowed is 1). | 191 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 194 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 208 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 300 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 349 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Key does not satisfy predicate: " appears 4 times in the file. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 292 | |
| extension | ReturnCountExtended | Return count for 'last' method is 5 (max allowed is 1). | 527 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 544 | |
| extension | MoveVariableInsideIf | Variable 'current' can be moved inside the block at line '555' to restrict runtime creation. | 554 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 93 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 94 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 95 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 96 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 97 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 99 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 101 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 228 position 10 need optimization. All method calls are advised to move to end of logic expression. | 228 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 229 position 10 need optimization. All method calls are advised to move to end of logic expression. | 229 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 65 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 102 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 105 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 107 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 108 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 110 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 111 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 112 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 113 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 115 | |
| extension | ReturnCountExtended | Return count for 'put' method is 3 (max allowed is 1). | 274 | |
| extension | ReturnCountExtended | Return count for 'putInverse' method is 2 (max allowed is 1). | 315 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 329 | |
| extension | MultipleStringLiteralsExtended | The String "value already present: %s" appears 2 times in the file. | 526 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 563 | |
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 572 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 762 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 92 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 96 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 102 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 65 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 69 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 38 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 38 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 273 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 296 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 363 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 371 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 427 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 39 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 160 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 166 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 186 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 215 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 397 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 25 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 49 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 55 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 57 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 120 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 272 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 376 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 492 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 505 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 518 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 530 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 543 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 555 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 566 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 571 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 576 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 593 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 657 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 662 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 690 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 693 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 697 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 706 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 722 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 228 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '382' to restrict runtime creation. | 376 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 391 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 409 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 508 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 67 | |
| extension | ReturnCountExtended | Return count for 'build' method is 3 (max allowed is 1). | 373 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 374 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 399 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 462 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 518 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 710 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 724 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 762 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 782 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 922 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 46 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 71 | |
| extension | ReturnCountExtended | Return count for 'putAll' method is 3 (max allowed is 1). | 203 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 346 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 559 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 750 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 753 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 233 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 260 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 354 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 409 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 576 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 640 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 47 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 84 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 148 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 165 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 166 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 168 | |
| extension | ReturnCountExtended | Return count for 'subRangeMap' method is 2 (max allowed is 1). | 313 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 420 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 427 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 51 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 140 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 144 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 149 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 302 | |
| extension | ReturnCountExtended | Return count for 'intersectRanges' method is 2 (max allowed is 1). | 420 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 528 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 544 | |
| extension | ReturnCountExtended | Return count for 'build' method is 3 (max allowed is 1). | 775 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 196 | |
| extension | ReturnCountExtended | Return count for 'copyOf' method is 4 (max allowed is 1). | 218 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 219 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 272 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 302 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 332 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 405 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 491 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 630 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 633 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 640 | |
| extension | ReturnCountExtended | Return count for 'hashFloodingDetected' method is 4 (max allowed is 1). | 696 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UselessSuperCtorCall | Redundant super constructor call could be removed. Class 'Builder' has superclass. Java compiler automatically inserts a call to the no-argument constructor of the superclass. | 251 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 383 position 27 need optimization. All method calls are advised to move to end of logic expression. | 383 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '428' to restrict runtime creation. | 425 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 441 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 443 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 465 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 516 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 648 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 112 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 114 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 558 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 559 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 560 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 562 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 566 | |
| extension | MultipleStringLiteralsExtended | The String "should never be called" appears 2 times in the file. | 662 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 934 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 944 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 296 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 320 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 483 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 588 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 830 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 52 | |
| extension | MultipleStringLiteralsExtended | The String "rowFunction" appears 2 times in the file. | 68 | |
| extension | MultipleStringLiteralsExtended | The String "columnFunction" appears 2 times in the file. | 69 | |
| extension | MultipleStringLiteralsExtended | The String "valueFunction" appears 2 times in the file. | 70 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 101 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 109 | |
| extension | MultipleStringLiteralsExtended | The String "row" appears 2 times in the file. | 153 | |
| extension | MultipleStringLiteralsExtended | The String "column" appears 2 times in the file. | 154 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 4 times in the file. | 155 | |
| extension | MultipleStringLiteralsExtended | The String "rowKey" appears 2 times in the file. | 237 | |
| extension | MultipleStringLiteralsExtended | The String "columnKey" appears 2 times in the file. | 238 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 278 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 360 | |
| extension | MultipleStringLiteralsExtended | The String "should never be called" appears 3 times in the file. | 372 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 560 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'intern' method is 2 (max allowed is 1). | 124 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 335 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 337 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 867 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 285 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 356 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 396 | |
| extension | MoveVariableInsideIf | Variable 'skipped' can be moved inside the block at line '800' to restrict runtime creation. | 799 | |
| extension | MultipleStringLiteralsExtended | The String "position (" appears 2 times in the file. | 802 | |
| extension | MoveVariableInsideIf | Variable 'current' can be moved inside the block at line '857' to restrict runtime creation. | 856 | |
| extension | ReturnCountExtended | Return count for 'hasNext' method is 2 (max allowed is 1). | 1323 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 32 | |
| extension | MultipleStringLiteralsExtended | The String "=" appears 2 times in the file. | 41 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 53 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 51 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 27 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 215 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 216 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 220 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 222 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 479 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 612 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 73 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 77 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 193 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 197 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 201 | |
| extension | OverridableMethodInConstructor | Overridable method 'previous' is called in constructor body. | 322 | |
| extension | OverridableMethodInConstructor | Overridable method 'next' is called in constructor body. | 327 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 360 | |
| extension | OverridableMethodInConstructor | Overridable method 'previous' is called in constructor body. | 486 | |
| extension | OverridableMethodInConstructor | Overridable method 'next' is called in constructor body. | 491 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 541 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 852 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 147 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 333 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 368 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 572 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 638 | |
| extension | ReturnCountExtended | Return count for 'equalsImpl' method is 4 (max allowed is 1). | 963 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 75 | |
| extension | OverridableMethodInConstructor | Overridable method 'createSegment' is called in constructor body. | 193 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1056 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1057 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1058 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1059 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1068 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1094 | |
| extension | OverridableMethodInConstructor | Overridable method 'initTable' is called in constructor body. | 1206 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 1389 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1447 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,491 position 14 need optimization. All method calls are advised to move to end of logic expression. | 1491 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1538 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,610 position 14 need optimization. All method calls are advised to move to end of logic expression. | 1610 | |
| extension | ReturnCountExtended | Return count for 'replace' method is 2 (max allowed is 1). | 1645 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,657 position 14 need optimization. All method calls are advised to move to end of logic expression. | 1657 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 1687 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,700 position 14 need optimization. All method calls are advised to move to end of logic expression. | 1700 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 1727 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,740 position 14 need optimization. All method calls are advised to move to end of logic expression. | 1740 | |
| extension | ReturnCountExtended | Return count for 'reclaimKey' method is 2 (max allowed is 1). | 1817 | |
| extension | ReturnCountExtended | Return count for 'reclaimValue' method is 2 (max allowed is 1). | 1844 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,855 position 14 need optimization. All method calls are advised to move to end of logic expression. | 1855 | |
| extension | ReturnCountExtended | Return count for 'clearValueForTesting' method is 2 (max allowed is 1). | 1878 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 1,891 position 14 need optimization. All method calls are advised to move to end of logic expression. | 1891 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2021 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2109 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2149 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2150 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 2220 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 2276 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 2281 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 2286 | |
| extension | ReturnCountExtended | Return count for 'isEmpty' method is 4 (max allowed is 1). | 2294 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 2295 | |
| extension | OverridableMethodInConstructor | Calling the method 'advance' in constructor body leads to the call of the overridable method 'nextInChain'. | 2513 | |
| extension | MoveVariableInsideIf | Variable 'key' can be moved inside the block at line '2,574' to restrict runtime creation. | 2572 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 2828 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'immutableEnumMap' method is 2 (max allowed is 1). | 147 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 3 times in the file. | 229 | |
| extension | MultipleStringLiteralsExtended | The String "Null key for input %s" appears 2 times in the file. | 232 | |
| extension | MultipleStringLiteralsExtended | The String "Null value for input %s" appears 2 times in the file. | 233 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 700 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 732 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 873 | |
| extension | AvoidHidingCauseException | Cause exception 'duplicateKeys' was lost. | 1337 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1541 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1630 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 2093 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 3204 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 3210 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3363 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3488 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3496 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 3508 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 4036 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 4132 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 4163 | |
| extension | ReturnCountExtended | Return count for 'subMap' method is 4 (max allowed is 1). | 4246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 211 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 225 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 226 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 228 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 229 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 230 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 232 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 394 | |
| extension | ReturnCountExtended | Return count for 'removeAt' method is 5 (max allowed is 1). | 396 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 475 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 475 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 476 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 476 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 478 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 490 | |
| extension | ReturnCountExtended | Return count for 'tryCrossOverAndBubbleUp' method is 2 (max allowed is 1). | 522 | |
| extension | ReturnCountExtended | Return count for 'crossOverUp' method is 2 (max allowed is 1). | 618 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 907 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 914 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 916 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 64 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 72 | |
| extension | MultipleStringLiteralsExtended | The String "expectedKeys" appears 2 times in the file. | 86 | |
| extension | MultipleStringLiteralsExtended | The String "expectedValuesPerKey" appears 6 times in the file. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 292 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 371 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 471 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 557 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 760 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 789 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 805 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 827 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 861 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1183 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1236 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 2 (max allowed is 1). | 1744 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1873 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1878 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 216 | |
| extension | MultipleStringLiteralsExtended | The String "count" appears 2 times in the file. | 255 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 272 | |
| extension | MultipleStringLiteralsExtended | The String "should never be called" appears 5 times in the file. | 333 | |
| extension | ReturnCountExtended | Return count for 'equalsImpl' method is 4 (max allowed is 1). | 864 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 870 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1013 | |
| extension | MoveVariableInsideIf | Variable 'element' can be moved inside the block at line '1,035' to restrict runtime creation. | 1033 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 65 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 74 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 25 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 25 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 391 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 518 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 941 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 118 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 79 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 102 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 142 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 178 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 212 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 242 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 301 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 120 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 297 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 333 position 48 need optimization. All method calls are advised to move to end of logic expression. | 333 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 351 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 460 position 48 need optimization. All method calls are advised to move to end of logic expression. | 460 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 710 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 713 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with && at line 57 position 46 need optimization. All method calls are advised to move to end of logic expression. | 57 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 57 position 64 need optimization. All method calls are advised to move to end of logic expression. | 57 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'fromEntryArray' method is 2 (max allowed is 1). | 60 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 106 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 181 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 301 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'fromEntryArray' method is 2 (max allowed is 1). | 81 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 131 | |
| extension | ReturnCountExtended | Return count for 'get' method is 2 (max allowed is 1). | 157 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 168 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 255 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 305 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 118 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 119 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 120 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 121 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 123 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'containsAll' method is 3 (max allowed is 1). | 104 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 28 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "set1" appears 4 times in the file. | 726 | |
| extension | MultipleStringLiteralsExtended | The String "set2" appears 4 times in the file. | 727 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 1422 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1588 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 1598 | |
| extension | ReturnCountExtended | Return count for 'combinations' method is 2 (max allowed is 1). | 1627 | |
| extension | ReturnCountExtended | Return count for 'computeNext' method is 2 (max allowed is 1). | 1652 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1663 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1841 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1875 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 1932 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1942 | |
| extension | ReturnCountExtended | Return count for 'subSet' method is 4 (max allowed is 1). | 2105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'binarySearch' method is 2 (max allowed is 1). | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 68 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 421 | |
| extension | ReturnCountExtended | Return count for 'computeNext' method is 2 (max allowed is 1). | 534 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 617 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 622 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 632 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 712 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 747 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 752 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 754 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 760 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 775 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 780 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 831 | |
| extension | CustomDeclarationOrder | Method definition in wrong order. Expected 'Method(.*)' then 'InnerClass()'. | 833 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 846 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 856 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 920 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'InnerClass()'. | 989 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 165 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 197 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 229 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 261 | |
| extension | ReturnCountExtended | Return count for 'mapWithIndex' method is 2 (max allowed is 1). | 414 | |
| extension | ReturnCountExtended | Return count for 'mapWithIndex' method is 2 (max allowed is 1). | 497 | |
| extension | ReturnCountExtended | Return count for 'mapWithIndex' method is 2 (max allowed is 1). | 576 | |
| extension | ReturnCountExtended | Return count for 'mapWithIndex' method is 2 (max allowed is 1). | 655 | |
| extension | ReturnCountExtended | Return count for 'findLast' method is 3 (max allowed is 1). | 821 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 841 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 852 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 940 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 104 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 248 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 251 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 284 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 343 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 459 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 468 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 564 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 588 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 757 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 800 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 854 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 904 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1018 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1021 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1230 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1291 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1345 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 1360 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1390 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1409 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1524 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1724 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1784 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1837 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1974 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 179 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 322 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 628 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 646 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 677 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 685 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 99 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 106 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 107 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 113 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 115 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 84 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 123 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 351 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 109 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 115 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 111 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 112 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 113 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 115 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 122 | |
| extension | ReturnCountExtended | Return count for 'aggregateBelowRange' method is 4 (max allowed is 1). | 172 | |
| extension | ReturnCountExtended | Return count for 'aggregateAboveRange' method is 4 (max allowed is 1). | 195 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 238 position 29 need optimization. All method calls are advised to move to end of logic expression. | 238 | |
| extension | MultipleStringLiteralsExtended | The String "occurrences" appears 2 times in the file. | 250 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 258 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 282 position 29 need optimization. All method calls are advised to move to end of logic expression. | 282 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 550 | |
| extension | ReturnCountExtended | Return count for 'add' method is 5 (max allowed is 1). | 620 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 621 | |
| extension | ReturnCountExtended | Return count for 'remove' method is 6 (max allowed is 1). | 665 | |
| extension | ReturnCountExtended | Return count for 'setCount' method is 6 (max allowed is 1). | 716 | |
| extension | ReturnCountExtended | Return count for 'setCount' method is 7 (max allowed is 1). | 764 | |
| extension | ReturnCountExtended | Return count for 'deleteMe' method is 3 (max allowed is 1). | 827 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 968 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 972 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 1020 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1026 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 62 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 199 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 244 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 378 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot insert range " appears 2 times in the file. | 399 | |
| extension | MultipleStringLiteralsExtended | The String " into an empty subRangeMap" appears 3 times in the file. | 399 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 562 | |
| extension | ReturnCountExtended | Return count for 'get' method is 4 (max allowed is 1). | 634 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 45 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 76 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 80 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 81 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 195 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 271 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 360 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 365 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 469 | |
| extension | ReturnCountExtended | Return count for 'entryIterator' method is 2 (max allowed is 1). | 502 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 503 | |
| extension | ReturnCountExtended | Return count for 'descendingEntryIterator' method is 2 (max allowed is 1). | 558 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 559 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 703 | |
| extension | ReturnCountExtended | Return count for 'get' method is 3 (max allowed is 1). | 743 | |
| extension | ReturnCountExtended | Return count for 'entryIterator' method is 2 (max allowed is 1). | 772 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 24 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 56 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 68 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 47 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 57 | |
| extension | ReturnCountExtended | Return count for 'escape' method is 2 (max allowed is 1). | 226 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "' with value " appears 2 times in the file. | 265 | |
| extension | MultipleStringLiteralsExtended | The String " at index " appears 2 times in the file. | 267 | |
| extension | MultipleStringLiteralsExtended | The String " in '" appears 2 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "'" appears 2 times in the file. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default" appears 2 times in the file. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "default" appears 2 times in the file. | 109 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 56 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 84 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 115 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 147 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 202 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 220 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "node" appears 2 times in the file. | 53 | |
| extension | ReturnCountExtended | Return count for 'addEdge' method is 2 (max allowed is 1). | 77 | |
| extension | MultipleStringLiteralsExtended | The String "edge" appears 2 times in the file. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "node" appears 2 times in the file. | 55 | |
| extension | MultipleStringLiteralsExtended | The String "nodeU" appears 2 times in the file. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "nodeV" appears 2 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 51 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 172 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 174 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 175 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 497 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 62 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 36 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 37 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 163 | |
| extension | MultipleStringLiteralsExtended | The String "Not true that %s is non-negative." appears 2 times in the file. | 600 | |
| extension | MultipleStringLiteralsExtended | The String "Not true that %s is positive." appears 2 times in the file. | 612 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'contains' method is 4 (max allowed is 1). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'getIfCached' method is 3 (max allowed is 1). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 316 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 67 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 195 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 207 | |
| extension | MultipleStringLiteralsExtended | The String "Expected insertions (%s) must be >= 0" appears 2 times in the file. | 343 | |
| extension | MultipleStringLiteralsExtended | The String "False positive probability (%s) must be > 0.0" appears 2 times in the file. | 344 | |
| extension | MultipleStringLiteralsExtended | The String "False positive probability (%s) must be < 1.0" appears 2 times in the file. | 345 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 408 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 421 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 503 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 519 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 548 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 606 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 61 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 106 | |
| extension | MultipleStringLiteralsExtended | The String "data length is zero!" appears 2 times in the file. | 154 | |
| extension | ReturnCountExtended | Return count for 'set' method is 2 (max allowed is 1). | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 30 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 80 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 48 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 50 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 52 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 55 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 56 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 57 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 58 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 59 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 60 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 61 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 64 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 65 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 66 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 67 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 68 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 69 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 70 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 71 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 72 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 73 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 74 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 75 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 76 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 77 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 78 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 79 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 81 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 82 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 83 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 84 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 85 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 86 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 87 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 90 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 91 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 92 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 93 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 94 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 95 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 96 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 97 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 98 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 99 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 100 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 101 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 102 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 103 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 104 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 105 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 106 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 107 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 108 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 46 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 47 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 67 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 88 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 90 | |
| extension | ReturnCountExtended | Return count for 'hashLength0to16' method is 4 (max allowed is 1). | 117 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 129 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ")" appears 3 times in the file. | 102 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 164 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 230 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 292 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&='. | 319 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 319 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 324 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 394 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 396 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 422 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 80 | |
| extension | MultipleStringLiteralsExtended | The String "HmacMD5" appears 2 times in the file. | 243 | |
| extension | MultipleStringLiteralsExtended | The String "HmacSHA1" appears 2 times in the file. | 269 | |
| extension | MultipleStringLiteralsExtended | The String "HmacSHA256" appears 2 times in the file. | 295 | |
| extension | MultipleStringLiteralsExtended | The String "HmacSHA512" appears 2 times in the file. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "Must be at least 1 hash code to combine." appears 2 times in the file. | 527 | |
| extension | MultipleStringLiteralsExtended | The String "All hashcodes must have the same bit length." appears 2 times in the file. | 533 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 672 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 677 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 106 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 190 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 252 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 51 | |
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 51 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 61 | |
| extension | MoveVariableInsideIf | Variable 'v' can be moved inside the block at line '65' to restrict runtime creation. | 61 | |
| extension | MoveVariableInsideIf | Variable 'hc' can be moved inside the block at line '65' to restrict runtime creation. | 62 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '65' to restrict runtime creation. | 63 | |
| extension | MoveVariableInsideIf | Variable 'n' can be moved inside the block at line '65' to restrict runtime creation. | 64 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 68 position 10 need optimization. All method calls are advised to move to end of logic expression. | 68 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 69 position 10 need optimization. All method calls are advised to move to end of logic expression. | 69 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 70 position 10 need optimization. All method calls are advised to move to end of logic expression. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 35 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 44 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 88 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 89 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 114 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 194 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 54 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 62 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 63 | |
| extension | ReturnCountExtended | Return count for 'hashString' method is 2 (max allowed is 1). | 145 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 244 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 275 | |
| extension | ReturnCountExtended | Return count for 'putString' method is 2 (max allowed is 1). | 340 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 410 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 37 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 39 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 110 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 111 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 112 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 96 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 98 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 110 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 117 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 188 | |
| extension | MoveVariableInsideIf | Variable 'a' can be moved inside the block at line '193' to restrict runtime creation. | 190 | |
| extension | MoveVariableInsideIf | Variable 'r' can be moved inside the block at line '197' to restrict runtime creation. | 196 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 201 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 267 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 268 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 269 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 277 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 58 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 320 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 341 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 363 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 382 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 401 | |
| extension | MultipleStringLiteralsExtended | The String "Unrecognized character: 0x" appears 2 times in the file. | 485 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 517 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 530 | |
| extension | MultipleStringLiteralsExtended | The String "Invalid input length " appears 4 times in the file. | 710 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 834 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 835 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 104 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 146 | |
| extension | ReturnCountExtended | Return count for 'size' method is 2 (max allowed is 1). | 191 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 211 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 244 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 267 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 287 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 312 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 355 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 4 times in the file. | 477 | |
| extension | MultipleStringLiteralsExtended | The String "offset (%s) may not be negative" appears 3 times in the file. | 488 | |
| extension | MultipleStringLiteralsExtended | The String "length (%s) may not be negative" appears 3 times in the file. | 489 | |
| extension | ReturnCountExtended | Return count for 'sliceStream' method is 2 (max allowed is 1). | 504 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 509 | |
| extension | ReturnCountExtended | Return count for 'sizeIfKnown' method is 4 (max allowed is 1). | 691 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 89 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 91 | |
| extension | ReturnCountExtended | Return count for 'copy' method is 2 (max allowed is 1). | 129 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 158 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 161 | |
| extension | ReturnCountExtended | Return count for 'toByteArrayInternal' method is 2 (max allowed is 1). | 168 | |
| extension | ReturnCountExtended | Return count for 'toByteArray' method is 3 (max allowed is 1). | 229 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 256 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 640 | |
| extension | MultipleStringLiteralsExtended | The String " bytes; " appears 2 times in the file. | 791 | |
| extension | MultipleStringLiteralsExtended | The String " bytes expected" appears 2 times in the file. | 791 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 100 | |
| extension | MultipleStringLiteralsExtended | The String "line.separator" appears 2 times in the file. | 115 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 209 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 241 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 264 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 281 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 303 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 331 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 361 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 387 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 412 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 3 times in the file. | 518 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(protected)' then 'Field(private)'. | 526 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 651 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 57 | |
| extension | ReturnCountExtended | Return count for 'copy' method is 3 (max allowed is 1). | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 108 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 109 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 111 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 215 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 273 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 286 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 71 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 81 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 92 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 104 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 108 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 156 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 165 | |
| extension | MultipleStringLiteralsExtended | The String "Source %s and destination %s must be different" appears 2 times in the file. | 325 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 378 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 463 | |
| extension | MultipleStringLiteralsExtended | The String "Unable to delete " appears 2 times in the file. | 499 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 701 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 3 times in the file. | 732 | |
| extension | MultipleStringLiteralsExtended | The String ".." appears 3 times in the file. | 744 | |
| extension | MultipleStringLiteralsExtended | The String "/" appears 2 times in the file. | 760 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 832 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 872 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidConstantAsFirstOperandInCondition | Constant have to be second operand of '>'. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 185 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 4 times in the file. | 185 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 264 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 295 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 375 | |
| extension | ReturnCountExtended | Return count for 'deleteRecursivelySecure' method is 2 (max allowed is 1). | 615 | |
| extension | ReturnCountExtended | Return count for 'getParentPath' method is 3 (max allowed is 1). | 706 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | OverridableMethodInConstructor | Calling the method 'advance' in constructor body leads to the call of the overridable method 'close'. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'log2' method is 5 (max allowed is 1). | 89 | |
| extension | MultipleStringLiteralsExtended | The String "x" appears 3 times in the file. | 90 | |
| extension | ReturnCountExtended | Return count for 'log10' method is 3 (max allowed is 1). | 148 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 158 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 164 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 214 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 215 | |
| extension | ReturnCountExtended | Return count for 'sqrt' method is 3 (max allowed is 1). | 226 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 249 | |
| extension | ReturnCountExtended | Return count for 'sqrtFloor' method is 2 (max allowed is 1). | 261 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 262 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 287 | |
| extension | MultipleStringLiteralsExtended | The String "n" appears 2 times in the file. | 336 | |
| extension | ReturnCountExtended | Return count for 'binomial' method is 2 (max allowed is 1). | 419 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 473 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'roundIntermediate' method is 13 (max allowed is 1). | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 138 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 139 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 163 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 168 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 258 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 261 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 277 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 321 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 322 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 323 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 324 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 325 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 326 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 327 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 328 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 329 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 330 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 363 position 8 need optimization. All method calls are advised to move to end of logic expression. | 363 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot take mean of 0 values" appears 4 times in the file. | 408 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 527 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 45 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 49 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 53 | |
| extension | ReturnCountExtended | Return count for 'bigToDouble' method is 3 (max allowed is 1). | 87 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 98 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 111 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 121 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "x" appears 5 times in the file. | 67 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 102 | |
| extension | ReturnCountExtended | Return count for 'log2' method is 3 (max allowed is 1). | 118 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 148 | |
| extension | ReturnCountExtended | Return count for 'log10' method is 3 (max allowed is 1). | 159 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 184 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 192 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 208 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 214 | |
| extension | ReturnCountExtended | Return count for 'pow' method is 7 (max allowed is 1). | 227 | |
| extension | MultipleStringLiteralsExtended | The String "exponent" appears 3 times in the file. | 228 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 234 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 238 | |
| extension | ReturnCountExtended | Return count for 'sqrt' method is 3 (max allowed is 1). | 269 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 285 | |
| extension | ReturnCountExtended | Return count for 'divide' method is 2 (max allowed is 1). | 316 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 328 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 361 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 361 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 361 | |
| extension | ReturnCountExtended | Return count for 'gcd' method is 3 (max allowed is 1). | 404 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 405 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 419 | |
| extension | ReturnCountExtended | Return count for 'checkedPow' method is 6 (max allowed is 1). | 490 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 497 | |
| extension | MultipleStringLiteralsExtended | The String "checkedPow" appears 3 times in the file. | 500 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 502 | |
| extension | ReturnCountExtended | Return count for 'saturatedPow' method is 8 (max allowed is 1). | 568 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 575 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 582 | |
| extension | MultipleStringLiteralsExtended | The String "n" appears 2 times in the file. | 623 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 627 | |
| extension | ReturnCountExtended | Return count for 'binomial' method is 4 (max allowed is 1). | 649 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 727 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 185 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "x" appears 5 times in the file. | 67 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 105 | |
| extension | ReturnCountExtended | Return count for 'log2' method is 3 (max allowed is 1). | 120 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 150 | |
| extension | ReturnCountExtended | Return count for 'log10' method is 3 (max allowed is 1). | 162 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 188 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 196 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 220 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 221 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 222 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 223 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 224 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 225 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 226 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 227 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 228 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 229 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 230 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 231 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 232 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 245 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 246 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 247 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 248 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 249 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 250 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 251 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 252 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 253 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 254 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 255 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 256 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 257 | |
| extension | ReturnCountExtended | Return count for 'pow' method is 7 (max allowed is 1). | 268 | |
| extension | MultipleStringLiteralsExtended | The String "exponent" appears 3 times in the file. | 269 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 276 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 280 | |
| extension | ReturnCountExtended | Return count for 'sqrt' method is 6 (max allowed is 1). | 312 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 317 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 358 | |
| extension | ReturnCountExtended | Return count for 'divide' method is 2 (max allowed is 1). | 384 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 393 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 426 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|'. | 426 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 426 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 426 | |
| extension | ReturnCountExtended | Return count for 'gcd' method is 3 (max allowed is 1). | 494 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 495 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 509 | |
| extension | ReturnCountExtended | Return count for 'checkedMultiply' method is 2 (max allowed is 1). | 568 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 575 | |
| extension | MultipleStringLiteralsExtended | The String "checkedMultiply" appears 3 times in the file. | 588 | |
| extension | ReturnCountExtended | Return count for 'checkedPow' method is 6 (max allowed is 1). | 602 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 610 | |
| extension | MultipleStringLiteralsExtended | The String "checkedPow" appears 3 times in the file. | 613 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 615 | |
| extension | ReturnCountExtended | Return count for 'saturatedMultiply' method is 4 (max allowed is 1). | 686 | |
| extension | ReturnCountExtended | Return count for 'saturatedPow' method is 8 (max allowed is 1). | 716 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 724 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 731 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 764 | |
| extension | MultipleStringLiteralsExtended | The String "n" appears 3 times in the file. | 774 | |
| extension | ReturnCountExtended | Return count for 'binomial' method is 4 (max allowed is 1). | 808 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 843 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 888 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 930 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 984 | |
| extension | ReturnCountExtended | Return count for 'isPrime' method is 5 (max allowed is 1). | 1002 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1041 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1042 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1043 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1044 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1045 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1047 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1049 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1050 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1051 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1052 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1055 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1057 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1058 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1059 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1060 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1061 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1063 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1071 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1109 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1110 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1112 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1120 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1128 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 1134 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1136 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1143 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1151 | |
| extension | ReturnCountExtended | Return count for 'testWitness' method is 3 (max allowed is 1). | 1180 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 1206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String " (" appears 7 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String ") must be > 0" appears 3 times in the file. | 33 | |
| extension | MultipleStringLiteralsExtended | The String ") must be >= 0" appears 4 times in the file. | 54 | |
| extension | MultipleStringLiteralsExtended | The String "overflow: " appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String "(" appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String ", " appears 2 times in the file. | 95 | |
| extension | MultipleStringLiteralsExtended | The String ")" appears 2 times in the file. | 95 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 42 | |
| extension | MultipleStringLiteralsExtended | The String "xStats" appears 2 times in the file. | 244 | |
| extension | MultipleStringLiteralsExtended | The String "yStats" appears 2 times in the file. | 245 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 281 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 318 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'computeInPlace' method is 2 (max allowed is 1). | 279 | |
| extension | MultipleStringLiteralsExtended | The String "Cannot calculate quantiles of an empty dataset" appears 2 times in the file. | 280 | |
| extension | ReturnCountExtended | Return count for 'computeInPlace' method is 2 (max allowed is 1). | 396 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 601 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 602 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 603 | |
| extension | ReturnCountExtended | Return count for 'chooseNextSelection' method is 3 (max allowed is 1). | 656 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 67 | |
| extension | MultipleStringLiteralsExtended | The String "count" appears 2 times in the file. | 449 | |
| extension | MultipleStringLiteralsExtended | The String "Expected at least Stats.BYTES = %s remaining , got %s" appears 2 times in the file. | 609 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 662 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'calculateNewMeanNonFinite' method is 3 (max allowed is 1). | 402 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 403 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 420 position 31 need optimization. All method calls are advised to move to end of logic expression. | 420 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 65 | |
| extension | MultipleStringLiteralsExtended | The String "Host has a port: %s" appears 2 times in the file. | 134 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 184 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 196 | |
| extension | ReturnCountExtended | Return count for 'getHostAndPortFromBracketedHost' method is 2 (max allowed is 1). | 211 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 286 position 49 need optimization. All method calls are advised to move to end of logic expression. | 286 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'fromValid' method is 2 (max allowed is 1). | 70 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 42 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 50 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 65 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 67 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 69 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 71 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 73 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 75 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 82 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 89 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 91 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 93 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 99 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 105 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 108 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 115 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 117 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 119 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 121 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 123 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 125 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 127 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 129 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 131 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 133 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 135 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 137 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 144 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 155 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 156 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 157 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 158 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 159 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 160 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 161 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 162 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 171 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 173 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 175 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 182 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 185 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 190 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 192 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 194 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 196 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 198 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 200 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 202 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 204 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 206 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 208 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 210 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 212 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 214 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 216 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 218 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 225 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 232 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 242 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 251 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 260 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 268 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 274 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 276 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 278 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 280 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 282 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 284 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 291 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 293 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 295 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 297 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 303 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 305 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 307 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 314 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 321 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 323 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 325 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 332 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 340 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 347 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 349 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 351 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 353 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 355 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 360 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 362 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 364 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 366 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 368 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 374 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 380 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 382 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 384 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 391 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 398 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 400 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 402 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 412 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 414 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 421 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 428 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 435 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 444 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 452 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 460 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 468 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 475 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 482 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 489 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 496 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 503 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 510 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 517 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 524 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 531 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 538 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 545 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 552 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 558 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'ipStringToBytes' method is 4 (max allowed is 1). | 164 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 175 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 182 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 191 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 201 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 212 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 215 | |
| extension | ReturnCountExtended | Return count for 'textToNumericFormatV6' method is 6 (max allowed is 1). | 218 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 222 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 231 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 243 position 37 need optimization. All method calls are advised to move to end of logic expression. | 243 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 244 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 246 position 49 need optimization. All method calls are advised to move to end of logic expression. | 246 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 247 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 260 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 276 | |
| extension | MultipleStringLiteralsExtended | The String "[" appears 2 times in the file. | 447 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 447 | |
| extension | ReturnCountExtended | Return count for 'forUriStringNoThrow' method is 2 (max allowed is 1). | 475 | |
| extension | ReturnCountExtended | Return count for 'getCoercedIPv4Address' method is 3 (max allowed is 1). | 842 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 875 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 879 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 880 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 121 | |
| extension | MultipleStringLiteralsExtended | The String "." appears 2 times in the file. | 140 | |
| extension | ReturnCountExtended | Return count for 'findSuffixOfType' method is 4 (max allowed is 1). | 164 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 238 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 240 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 242 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 245 | |
| extension | ReturnCountExtended | Return count for 'validatePart' method is 5 (max allowed is 1). | 256 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 265 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 137 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 138 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 139 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 140 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 141 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 142 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 145 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 147 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 148 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 149 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 150 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 151 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 158 | |
| extension | MultipleStringLiteralsExtended | The String "javascript" appears 2 times in the file. | 158 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 165 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 167 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 175 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 182 | |
| extension | MultipleStringLiteralsExtended | The String "xml" appears 2 times in the file. | 182 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 190 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 198 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 209 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 211 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 212 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 213 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 214 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 233 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 235 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 236 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 243 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 250 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 257 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 260 | |
| extension | MultipleStringLiteralsExtended | The String "mp4" appears 2 times in the file. | 260 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 261 | |
| extension | MultipleStringLiteralsExtended | The String "mpeg" appears 2 times in the file. | 261 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 262 | |
| extension | MultipleStringLiteralsExtended | The String "ogg" appears 3 times in the file. | 262 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 263 | |
| extension | MultipleStringLiteralsExtended | The String "webm" appears 2 times in the file. | 263 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 270 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 277 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 285 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 293 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 300 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 309 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 318 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 326 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 333 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 336 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 337 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 338 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 339 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 340 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 341 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 350 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 359 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 368 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 378 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 380 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 381 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 389 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 396 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 406 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 417 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 419 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 429 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 441 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 449 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 451 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 459 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 466 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 475 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 483 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 485 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 492 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 498 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 504 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 511 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 518 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 522 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 529 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 533 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 537 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 548 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 557 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 566 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 575 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 578 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 580 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 581 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 584 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 587 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 589 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 591 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 593 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 595 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 605 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 608 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 609 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 616 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 626 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 628 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 638 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 640 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 649 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 662 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 664 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 674 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 682 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 684 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 694 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Method(.*)'. | 696 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 698 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 699 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 700 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 702 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 704 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 706 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 708 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1090 | |
| extension | MultipleStringLiteralsExtended | The String "; " appears 2 times in the file. | 1090 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'escape' method is 2 (max allowed is 1). | 158 | |
| extension | NoNullForCollectionReturn | Method should return empty collection instead of null. | 162 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 78 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 114 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 504 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 547 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 365 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 392 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 57 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 263 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 483 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 636 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 303 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 454 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 646 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 663 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 59 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 298 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 449 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 632 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 91 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 337 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 346 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 347 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 349 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 353 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 91 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 334 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 343 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 344 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 346 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 350 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 455 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 91 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 336 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 345 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 346 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 348 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 352 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 457 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 357 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 502 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 690 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 56 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 63 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 328 | |
| extension | ReturnCountExtended | Return count for 'tryParse' method is 7 (max allowed is 1). | 391 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 455 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 601 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 789 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 37 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 55 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 62 | |
| extension | TernaryPerExpressionCount | More than 1 ternary operators in expression. | 267 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 356 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 503 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 683 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 54 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 61 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 63 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 274 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 324 position 12 need optimization. All method calls are advised to move to end of logic expression. | 324 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 360 | |
| extension | ReturnCountExtended | Return count for 'compare' method is 4 (max allowed is 1). | 365 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 371 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 383 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 444 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | MultipleStringLiteralsExtended | The String "value (%s) is outside the range for an unsigned integer value" appears 2 times in the file. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 51 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 41 | |
| extension | NumericLiteralNeedsUnderscore | Numeric literal should have underscores. | 43 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 45 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 46 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'Field(private)'. | 47 | |
| extension | MultipleStringLiteralsExtended | The String "value (%s) is outside the range for an unsigned long value" appears 2 times in the file. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 56 | |
| extension | ReturnCountExtended | Return count for 'divide' method is 2 (max allowed is 1). | 247 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 261 | |
| extension | ReturnCountExtended | Return count for 'remainder' method is 2 (max allowed is 1). | 283 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 297 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 388 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 428 | |
| extension | ReturnCountExtended | Return count for 'toString' method is 3 (max allowed is 1). | 456 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'invoke' method is 5 (max allowed is 1). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 193 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 251 position 54 need optimization. All method calls are advised to move to end of logic expression. | 251 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 316 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 358 | |
| extension | RedundantReturn | Redundant return. | 394 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 416 | |
| extension | MultipleStringLiteralsExtended | The String "file" appears 4 times in the file. | 434 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 442 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 475 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 498 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 575 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 582 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 97 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "Please use putInstance() instead." appears 2 times in the file. | 76 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 272 | |
| extension | ReturnCountExtended | Return count for 'resolveInternal' method is 3 (max allowed is 1). | 324 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 332 | |
| extension | ReturnCountExtended | Return count for 'capture' method is 5 (max allowed is 1). | 461 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 102 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 202 | |
| extension | ReturnCountExtended | Return count for 'isSubtypeOf' method is 8 (max allowed is 1). | 472 | |
| extension | MultipleStringLiteralsExtended | The String "%s not declared by %s" appears 2 times in the file. | 578 | |
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 654 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 678 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 696 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 712 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 750 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around return value. | 765 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 797 | |
| extension | ReturnCountExtended | Return count for 'isSubtypeOfParameterizedType' method is 2 (max allowed is 1). | 887 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around expression. | 1006 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 1151 | |
| extension | ReturnCountExtended | Return count for 'toGenericType' method is 3 (max allowed is 1). | 1152 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1182 | |
| extension | UnnecessaryParenthesesExtended | Unnecessary parentheses around assignment right-hand side. | 1190 | |
| extension | ReturnCountExtended | Return count for 'resolveTypeArgsForSubclass' method is 2 (max allowed is 1). | 1247 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 1288 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1387 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 1441 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 154 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 160 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 255 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 320 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 326 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 389 | |
| extension | SimpleAccessorNameNotation | Unexpected getter name. | 420 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 510 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 590 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 591 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 680 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 63 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 105 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 67 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 70 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 139 | |
| extension | MultipleStringLiteralsExtended | The String "thread" appears 2 times in the file. | 147 | |
| extension | MultipleStringLiteralsExtended | The String "next" appears 2 times in the file. | 148 | |
| extension | MultipleStringLiteralsExtended | The String "waiters" appears 2 times in the file. | 149 | |
| extension | MultipleStringLiteralsExtended | The String "listeners" appears 2 times in the file. | 150 | |
| extension | MultipleStringLiteralsExtended | The String "value" appears 2 times in the file. | 151 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 152 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 234 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 268 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 352 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 355 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 358 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 361 | |
| extension | ReturnCountExtended | Return count for 'get' method is 3 (max allowed is 1). | 397 | |
| extension | MoveVariableInsideIf | Variable 'unitString' can be moved inside the block at line '468' to restrict runtime creation. | 465 | |
| extension | MultipleStringLiteralsExtended | The String " " appears 3 times in the file. | 466 | |
| extension | ReturnCountExtended | Return count for 'get' method is 2 (max allowed is 1). | 508 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 604 | |
| extension | ReturnCountExtended | Return count for 'setFuture' method is 4 (max allowed is 1). | 782 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 800 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 807 | |
| extension | ReturnCountExtended | Return count for 'getFutureValue' method is 10 (max allowed is 1). | 832 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 847 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '&'. | 862 | |
| extension | MultipleStringLiteralsExtended | The String "get() did not throw CancellationException, despite reporting " appears 2 times in the file. | 872 | |
| extension | MultipleStringLiteralsExtended | The String "isCancelled() == true: " appears 2 times in the file. | 873 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 897 | |
| extension | MultipleStringLiteralsExtended | The String "CANCELLED" appears 2 times in the file. | 1064 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 5 times in the file. | 1070 | |
| extension | MoveVariableInsideIf | Variable 'truncateLength' can be moved inside the block at line '1,117' to restrict runtime creation. | 1092 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1105 | |
| extension | MultipleStringLiteralsExtended | The String "Exception thrown from implementation: " appears 2 times in the file. | 1108 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1134 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1151 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1165 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 1230 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 1241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 64 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 194 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 225 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 228 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 264 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 299 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 522 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 536 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | MultipleStringLiteralsExtended | The String "})" appears 3 times in the file. | 100 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 119 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 121 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 135 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 149 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 163 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 178 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 189 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 192 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 249 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 288 | |
| extension | MultipleStringLiteralsExtended | The String "Timed out waiting for " appears 2 times in the file. | 321 | |
| extension | MultipleStringLiteralsExtended | The String "Expected the service " appears 2 times in the file. | 365 | |
| extension | MultipleStringLiteralsExtended | The String " to be " appears 2 times in the file. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 58 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 79 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 102 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 106 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 107 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 119 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 83 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 142 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 154 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 209 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 214 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 252 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 283 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 307 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 334 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 59 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 80 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 99 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 114 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | AvoidDefaultSerializableInInnerClasses | Inner class should not implement default Serializable interface. | 58 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 69 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 271 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 302 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 445 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 449 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 459 | |
| extension | SingleBreakOrContinue | Loops should not contain more than a single "break" or "continue" statement | 493 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 493 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 602 | |
| extension | ReturnCountExtended | Return count for 'findPathTo' method is 3 (max allowed is 1). | 677 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 58 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 58 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 56 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 58 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 60 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 62 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 81 | |
| extension | IllegalCatchExtended | Catching 'Error' is not allowed. | 83 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 542 | |
| extension | MultipleStringLiteralsExtended | The String "]" appears 2 times in the file. | 787 | |
| extension | MoveVariableInsideIf | Variable 'localState' can be moved inside the block at line '919' to restrict runtime creation. | 918 | |
| extension | LogicConditionNeedOptimization | Condition with && at line 992 position 55 need optimization. All method calls are advised to move to end of logic expression. | 992 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 1074 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1109 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 1318 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 1326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 50 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 61 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 80 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 93 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 99 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 165 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 190 | |
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 218 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 248 | |
| extension | ReturnCountExtended | Return count for 'newFromConstructor' method is 3 (max allowed is 1). | 259 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 282 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 287 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 53 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 71 | |
| extension | LogicConditionNeedOptimization | Condition with || at line 115 position 59 need optimization. All method calls are advised to move to end of logic expression. | 115 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 153 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 159 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 70 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ReturnCountExtended | Return count for 'enterWhen' method is 2 (max allowed is 1). | 517 | |
| extension | ReturnCountExtended | Return count for 'waitForUninterruptibly' method is 2 (max allowed is 1). | 896 | |
| extension | MultipleVariableDeclarationsExtended | Each variable declaration must be in its own statement. | 1156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 284 | |
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 680 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 777 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 835 | |
| extension | MultipleStringLiteralsExtended | The String "Couldn't invoke ThreadManager.currentRequestThreadFactory" appears 3 times in the file. | 841 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 847 | |
| extension | ReturnCountExtended | Return count for 'isAppEngineWithApiClasses' method is 6 (max allowed is 1). | 852 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 116 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 132 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 134 | |
| extension | ForbidAnnotation | Incorrect target: 'METHOD_DEF' for annotation: 'VisibleForTesting'. | 198 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 214 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 217 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 232 | |
| extension | ConfusingCondition | Avoid negation within an "if" expression with an "else" clause. | 414 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogicConditionNeedOptimization | Condition with || at line 136 position 55 need optimization. All method calls are advised to move to end of logic expression. | 136 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 143 | |
| extension | RedundantReturn | Redundant return. | 219 | |
| extension | AvoidNotShortCircuitOperatorsForBoolean | Short-circuit operator should be used instead of '|='. | 225 | |
| extension | IllegalCatchExtended | Catching 'RuntimeException' is not allowed. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 846 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 97 | |
| extension | ReturnCountExtended | Return count for 'callWithTimeout' method is 2 (max allowed is 1). | 116 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 137 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 157 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 161 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 179 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 183 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 199 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 203 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 219 | |
| extension | AvoidHidingCauseException | Cause exception 'e' was lost. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 162 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 300 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 308 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 441 | |
| extension | ReturnCountExtended | Return count for 'getAt' method is 3 (max allowed is 1). | 451 | |
| extension | DiamondOperatorForVariableDefinition | Diamond operator expected. | 461 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 542 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | EmptyPublicCtorInClass | This empty public constructor is useless. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 74 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 75 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 77 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 102 | |
| extension | MoveVariableInsideIf | Variable 'localTimer' can be moved inside the block at line '158' to restrict runtime creation. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 64 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 66 | |
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 70 | |
| extension | ForbidCCommentsInMethods | C-style comments (/*...*/) inside method body are not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Throwable' is not allowed. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Constructor definition in wrong order. Expected 'CTOR(.*)' then 'Method(.*)'. | 476 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | IllegalCatchExtended | Catching 'Exception' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 47 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'CTOR(.*)'. | 48 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 103 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 104 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(private)' then 'Method(.*)'. | 105 | |
| extension | MultipleStringLiteralsExtended | The String "\uFFFD" appears 2 times in the file. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 44 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 52 | |
| extension | CustomDeclarationOrder | Field definition in wrong order. Expected 'Field(public)' then 'CTOR(.*)'. | 61 |